Branch Coverage

blib/lib/File/Print/Many.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
38 0 8 unless defined $class
41 3 5 if (ref $_[0] eq 'HASH') { }
1 4 elsif (ref $_[0] eq 'ARRAY') { }
4 0 elsif (scalar(@_) % 2 == 0) { }
53 5 3 if (ref $params{'fds'} ne 'ARRAY' or not defined @{$params{'fds'};}[0])