Branch Coverage

blib/lib/File/Copy/Link.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
16 1 0 @_ ? :
17 0 1 unless -l $_
18 0 1 unless open my $fh, '<', $_
19 0 1 unless unlink $_
21 0 1 unless $ok
26 1 0 @_ ? :
27 0 1 unless -l $_
30 0 1 unless defined $orig
31 0 1 unless unlink $_
33 0 1 unless $ok