Condition Coverage

blib/lib/Mac/Path/Util.pm
Criterion Covered Total %
condition 14 26 53.8


and 3 conditions

line !l l&&!r l&&r condition
94 10 0 0 $$args{'type'} and $$args{'type'} eq 'darwin' || $$args{'type'} eq 'macos'
275 2 4 4 $colons == 0 and $slashes == 0
4 1 1 $colons != 0 and $slashes == 0
1 0 4 $colons == 0 and $slashes != 0
0 0 1 $colons != 0 and $slashes != 0
317 4 1 0 $$self{'use_carbon'} and eval { do { require MacPerl } }

or 2 conditions

line l !l condition
107 0 10 $$args{'startup'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 $$args{'type'} eq 'darwin' || $$args{'type'} eq 'macos'
98 0 10 0 $^O eq 'darwin' || $^O =~ /MacOS/