blib/lib/Dancer2/Plugin/Swagger2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
173 | 2 | 1 | 1 | @values == 0 and $required |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
203 | 3 | 0 | 0 | $responses->{$status} || $responses->{'default'} |
249 | 0 | 0 | 0 | $args->{'controller'} || $conf->{'controller'} |
307 | 3 | 2 | 0 | $validator ||= 'Swagger2::SchemaValidator'->new |