Condition Coverage

blib/lib/Dancer2/Plugin/ParamTypes.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
89 8 0 1 defined $action and length $action

or 3 conditions

line l !l&&r !l&&!r condition
85 8 1 0 @{$type_details;} == 3 or @{$type_details;} == 4
103 1 7 2 $src eq 'route' or $src eq 'query'
8 2 0 $src eq 'route' or $src eq 'query' or $src eq 'body'