Condition Coverage

lib/UR/Service/UrlRouter.pm
Criterion Covered Total %
condition 10 10 100.0


and 3 conditions

line !l l&&!r l&&r condition
54 2 1 2 $ref eq 'Regexp' and my(@matches) = $env->{'PATH_INFO'} =~ /$path/
1 1 1 $ref eq 'CODE' and &$path($env)

or 2 conditions

line l !l condition
22 1 6 $self->{$method} ||= []
44 11 2 $self->{$req_method} || []