Branch Coverage

blib/lib/UAV/Pilot/Video/FileDump.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
56 1 0 unless ($args->{'single_frame'})
58 0 1 if (defined $args->{'file'}) { }
60 0 0 unless open my $fh, '>', $args->{'file'}
77 0 1 if ($self->single_frame) { }
84 0 0 unless open my $fh, '>', $full_file
102 0 0 if defined $self->_fh