Condition Coverage

lib/Archive/Tar/Constant.pm
Criterion Covered Total %
condition 11 27 40.7


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 266 $> == 0 and $^O ne "MacOS"
98 0 0 18 $^O ne 'MSWin32' && !($^O =~ /RISC(?:[ _])?OS/i) && $^O ne 'VMS'
99 0 0 18 $^O ne 'MSWin32' && $^O ne 'MacOS' && $^O ne 'VMS'
117 36 0 882 defined prototype $sub and not length prototype $sub

or 2 conditions

line l !l condition
40 70 0 shift() || (return)
50 0 54 $getpwuid or scalar getpwuid shift()
51 0 54 $getgrgid or scalar getgrgid shift()

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 18 $ENV{'PERL5_AT_NO_ZLIB'} || $@
80 0 0 18 $ENV{'PERL5_AT_NO_BZIP'} || $@
87 0 18 0 $ENV{'PERL5_AT_NO_XZ'} || $@