Condition Coverage

blib/lib/HTML/Perlinfo/Common.pm
Criterion Covered Total %
condition 0 83 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 -x $file || ($Is_MacOS || $Is_DOSish && grep({$file =~ /$_$/i;} @path_ext[1 .. $#path_ext])) && -e _ and not -d _
199 0 0 0 $key =~ /(?:docs|local)/ and not $value =~ /^(?:0|1)$/i
216 0 0 0 $key eq 'sort_by' and not $value =~ /^(?:name|version)$/i
0 0 0 $key =~ /^(?:color|link|columns|files_in)$/ and ref $value ne 'ARRAY'
0 0 0 $key eq 'columns' and grep((!/^(?:name|version|desc|path|core)$/), @{$value;})
0 0 0 $key eq 'color' and @{$value;} <= 1
0 0 0 $key eq 'link' and @{$value;} <= 1
0 0 0 $key eq 'link' and @{$value;} <= 1 and $$value[0] != 0
0 0 0 $key eq 'show_only' and ref $value ne 'ARRAY'
0 0 0 $key eq 'show_only' and ref $value ne 'ARRAY' and lc $value ne 'core'
0 0 0 $key eq 'full_page' and $value != 0
0 0 0 $key eq 'full_page' and $value != 0 and $value != 1
0 0 0 $$value[0] ne 'all' and $$value[0] != 0
0 0 0 $$value[0] ne 'all' and $$value[0] != 0 and ref $$value[0] ne 'ARRAY'
0 0 0 $key eq 'link' and ($$value[0] ne 'all' and $$value[0] != 0 and ref $$value[0] ne 'ARRAY')
293 0 0 0 defined $row_element && $row_element =~ /\S/
350 0 0 0 defined $row_element && $row_element =~ /\S/
456 0 0 0 $link and $$link[0] =~ /^[0]$/
459 0 0 0 ref $$link[0] eq 'ARRAY' and ref $$link[1] ne 'ARRAY'
0 0 0 ref $$link[0] eq 'ARRAY' and ref $$link[1] eq 'ARRAY'

or 2 conditions

line l !l condition
251 0 0 pop @_ || die("No coderef provided\n")

or 3 conditions

line l !l&&r !l&&!r condition
84 0 0 0 $Is_DOSish or $Is_VMS
0 0 0 $Is_DOSish or $Is_VMS or $Is_MacOS
90 0 0 0 -x $file || ($Is_MacOS || $Is_DOSish && grep({$file =~ /$_$/i;} @path_ext[1 .. $#path_ext])) && -e _
459 0 0 0 $$link[0] eq 'all' or match_string($value, $$link[0]) == 1
461 0 0 0 $_ eq 'all' or match_string($value, $_) == 1
472 0 0 0 $_ eq 'all' or match_string($value, $_) == 1
480 0 0 0 $$lv[0] eq 'all' or match_string($value, $$lv[0]) == 1