Condition Coverage

blib/lib/Router/Simple/Route.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
89 17 14 1 @{$$self{'capture'};} > 0 and scalar @{$$self{'capture'};} != scalar @captured

or 2 conditions

line l !l condition
70 34 2 $$row{'dest'} ||= {}
106 20 0 $$env{'REQUEST_METHOD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
14 2 29 5 @_ == 1 or ref $_[1]