Branch Coverage

blib/lib/File/Marker.pm
Criterion Covered Total %
branch 16 20 80.0


line true false branch
34 3 2 if @_
57 1 10 unless $self->opened
60 1 9 if $mark eq 'LAST'
65 0 9 unless defined $position
80 1 13 unless $self->opened
83 1 12 unless exists $MARKS{refaddr $self}{$mark}
90 0 12 unless defined $rc
113 0 1 unless my $outfile = 'IO::File'->new($filename, 'w')
117 1 5 if $mark eq 'LAST'
130 0 1 unless my $infile = 'IO::File'->new($filename, 'r')