Branch Coverage

blib/lib/Data/Conveyor/Control/File.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
39 0 0 unless -e $self->filename
41 0 0 unless (open $fh, '<', $self->filename)
50 0 0 unless length $_
52 0 0 if ($_ eq 'all') { }
0 0 elsif ($_ eq '__end__') { }
0 0 elsif ($self->allowed_stages($_)) { }
0 0 elsif ($self->make_obj('value_ticket_number')->check($_)) { }
70 0 0 unless (close $fh)
74 0 0 if $error