Branch Coverage

blib/lib/Test/Count/FileMutator.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
15 2 2 if (@_)
25 2 2 if (@_)
35 2 2 if (@_)
45 0 0 if (@_)
86 0 2 unless open my $out_fh, '>', $self->_filename
93 2 12 if ($l =~ s/^($plan_re)\d+/$1$count/) { }