Branch Coverage

blib/lib/File/Print/Many.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
41 0 12 unless defined $class
44 5 7 if (ref $_[0] eq 'HASH') { }
1 6 elsif (ref $_[0] eq 'ARRAY') { }
5 1 elsif (scalar(@_) % 2 == 0) { }
56 7 4 if (ref $params{'fds'} ne "ARRAY" or not defined @{$params{"fds"};}[0])