Condition Coverage

blib/lib/CGI/Easy/URLconf.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
104 2 2 0 ref $path and ref $path ne 'ARRAY'
105 2 2 0 ref $path and @{$path;} % 2
116 0 1 3 @path == 1 and not ref $path[0]{'match'}

or 2 conditions

line l !l condition
48 2 15 $PATH2VIEW{$r->{'ENV'}{'REQUEST_METHOD'}} || []
49 17 0 $PATH2VIEW{''} || []

or 3 conditions

line l !l&&r !l&&!r condition
20 1 3 2 ref $data[0] || $data[0] =~ m[\A/]msx