Branch Coverage

blib/lib/pwd.pl
Criterion Covered Total %
branch 0 18 0.0


line true false branch
25 0 0 if ($ENV{'PWD'}) { }
28 0 0 if (not defined $dd && defined $pd or $di != $pi or $dd != $pd)
35 0 0 if ($ENV{'PWD'} =~ m[(/[^/]+(/[^/]+/[^/]+))(.*)])
38 0 0 if (defined $pd and defined $dd and $di == $pi and $dd == $pd)
47 0 0 if (chdir $newdir) { }
48 0 0 if ($newdir =~ m[^/]) { }
53 0 0 unless @curdir
55 0 0 if $component eq "."
56 0 0 if $component eq ".."