Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
303 0 0 0 $odev == $cdev and $oino == $cino
322 0 0 0 $path =~ /^(.*)\z/s and CORE::chdir $1
340 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'
343 0 0 0 defined $dd && defined $pd
353 0 0 0 $^O ne 'MSWin32' and $ENV{'PWD'} =~ m[(/[^/]+(/[^/]+/[^/]+))(.*)]s
356 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
463 0 0 0 $pst[0] == $cst[0] and $pst[1] == $cst[1]
531 0 0 0 -d $cwd and CORE::chdir $cwd

or 2 conditions

line l !l condition
56 0 0 $ENV{'DECC$FILENAME_UNIX_REPORT'} || ''
69 0 0 $ENV{'DECC$EFS_CHARSET'} || ''
405 0 0 join('/', @curdir) || '/'
492 0 0 $ENV{'PWD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
312 0 0 0 $tdev != $odev or $tino != $oino
325 0 0 0 $cdev != $orig_cdev or $cino != $orig_cino
343 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
470 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]
495 0 0 0 $Curdir ||= 'File::Spec'->curdir
668 0 0 0 open(REALPATH, '-|') || exec('/usr/bin/fullpath', '-t', $path)