Condition Coverage

blib/lib/Cwd.pm
Criterion Covered Total %
condition 0 71 0.0


and 3 conditions

line !l l&&!r l&&r condition
278 0 0 0 $odev == $cdev and $oino == $cino
297 0 0 0 $path =~ /^(.*)\z/s and CORE::chdir $1
315 0 0 0 $ENV{'PWD'} and $^O ne 'os2'
0 0 0 $ENV{'PWD'} and $^O ne 'os2' and $^O ne 'dos'
0 0 0 $ENV{'PWD'} and $^O ne 'os2' and $^O ne 'dos' and $^O ne 'MSWin32'
318 0 0 0 defined $dd && defined $pd
328 0 0 0 $^O ne 'MSWin32' and $ENV{'PWD'} =~ m[(/[^/]+(/[^/]+/[^/]+))(.*)]s
331 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
433 0 0 0 $pst[0] == $cst[0] and $pst[1] == $cst[1]
505 0 0 0 -d $cwd and CORE::chdir $cwd

or 2 conditions

line l !l condition
59 0 0 $ENV{'DECC$FILENAME_UNIX_REPORT'} || ''
72 0 0 $ENV{'DECC$EFS_CHARSET'} || ''
377 0 0 join('/', @curdir) || '/'
463 0 0 $ENV{'PWD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
287 0 0 0 $tdev != $odev or $tino != $oino
300 0 0 0 $cdev != $orig_cdev or $cino != $orig_cino
318 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
440 0 0 0 $dir eq '.' or $dir eq '..'
0 0 0 $dir eq '.' or $dir eq '..' or $tst[0] != $pst[0]
0 0 0 $dir eq '.' or $dir eq '..' or $tst[0] != $pst[0] or $tst[1] != $pst[1]
467 0 0 0 $Curdir ||= 'File::Spec'->curdir
642 0 0 0 open(REALPATH, '-|') || exec('/usr/bin/fullpath', '-t', $path)