Branch Coverage

blib/lib/P4/C4/Path.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
59 0 37 if $item eq '.'
60 5 32 if ($item eq '') { }
3 29 elsif ($item eq '..') { }
65 3 0 if @left > 1
71 1 28 if (defined $link) { }
72 0 1 if (file_name_is_absolute($link)) { }