Branch Coverage

blib/lib/File/Path/Collapse.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
78 0 0 unless defined $path_to_collapse
80 0 0 unless defined $path_separator
82 0 0 substr($path_to_collapse, 0, 1) eq $path_separator ? :
89 0 0 if ($component eq $DOT_DOT and @collapsed_components and $collapsed_components[$ARRAY_LAST_ENTRY] ne $DOT_DOT) { }
0 0 elsif ($component eq $DOT or $component eq $EMPTY_STRING) { }