Branch Coverage

blib/lib/Lab/Moose/DataFile/Gnuplot/Compressed.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
35 1 0 if (defined $suffixtable{$module}) { }
54 0 1 if ($self->compression eq 'None') { }
63 0 1 unless $fh = ("IO::Compress::" . $self->compression)->new($path)