blib/lib/Dancer2/Plugin/REST.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 14 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 0 | 4 | 0 | $conf && exists $conf->{'serializers'} |
85 | 0 | 1 | 2 | defined $resource and grep {$triggers{$_};} keys %actions |
line | l | !l | condition |
---|---|---|---|
100 | 10 | 0 | $http_code || 200 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 7 | 2 | 6 | $format ||= $self->request->captures->{'format'} |
68 | 7 | 1 | 0 | $content_types->{$format} || $self->setting('content_type') |