Condition Coverage

blib/lib/pwd.pl
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 defined $dd && defined $pd
38 0 0 0 defined $pd and defined $dd
0 0 0 defined $pd and defined $dd and $di == $pi
0 0 0 defined $pd and defined $dd and $di == $pi and $dd == $pd

or 2 conditions

line l !l condition
59 0 0 join('/', @curdir) || '/'

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 not defined $dd && defined $pd or $di != $pi
0 0 0 not defined $dd && defined $pd or $di != $pi or $dd != $pd