Branch Coverage

blib/lib/IO/Die/chdir.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
12 4 4 if (@args) { }
13 1 3 unless ($ret = CORE::chdir $args[0])
14 0 1 if (__is_a_fh($args[0])) { }
23 2 2 unless ($ret = CORE::chdir)
26 1 1 unless (defined $path)
39 1 1 unless (defined $path)
42 0 1 if (not defined $path and $^O eq 'VMS')