Condition Coverage

lib/Archive/Tar/Constant.pm
Criterion Covered Total %
condition 12 27 44.4


and 3 conditions

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

or 2 conditions

line l !l condition
40 80 10 shift() || (return)
50 0 55 $getpwuid or scalar getpwuid shift()
51 0 45 $getgrgid or scalar getgrgid shift()

or 3 conditions

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