Branch Coverage

blib/lib/Parse/Path.pm
Criterion Covered Total %
branch 2 12 16.6


line true false branch
24 0 80 if (@_ == 1) { }
27 0 0 if (&blessed($arg)) { }
0 0 elsif (ref $arg eq 'ARRAY') { }
0 0 elsif (ref $arg eq 'HASH') { }
28 0 0 if ($arg->does('Parse::Path::Role::Path')) { }
39 80 0 unless $style =~ s/^\=//u