Branch Coverage

blib/lib/Text/Amuse/Compile/Utils.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
46 0 438 unless $file
47 0 438 unless -f $file
48 0 438 unless open my $fh, "<:encoding(UTF-8)", $file
51 0 438 unless close $fh
57 0 218 unless open my $fh, ">:encoding(UTF-8)", $file
59 0 218 unless close $fh
65 0 1 unless open my $fh, ">>:encoding(UTF-8)", $file
67 0 1 unless close $fh