Condition Coverage

blib/lib/Router/Simple/Route.pm
Criterion Covered Total %
condition 11 13 84.6


and 3 conditions

line !l l&&!r l&&r condition
67 35 0 4 $$opt{'directory_slash'} and $pattern =~ m[\/$]
91 20 22 1 @{$$self{'capture'};} > 0 and scalar @{$$self{'capture'};} != scalar @captured

or 2 conditions

line l !l condition
72 38 3 $$row{'dest'} ||= {}
108 28 0 $$env{'REQUEST_METHOD'} || ''

or 3 conditions

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