| blib/lib/Dancer2/Plugin/RoutePodCoverage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 3 | 2 | 4 | @$PACKAGES_TO_COVER and not grep({$app->name eq $_;} @$PACKAGES_TO_COVER) |
| 92 | 0 | 0 | 0 | not $$all_routes{$app->name}{'has_pod'} and @{$$all_routes{$app->name}{'routes'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 2 | not $packages_to_cover or ref $packages_to_cover ne 'ARRAY' |
| 0 | 0 | 2 | not $packages_to_cover or ref $packages_to_cover ne 'ARRAY' or not @$packages_to_cover |