| blib/lib/File/Print/Many.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 13 | unless defined $class |
| 47 | 6 | 1 | scalar(@args) % 2 == 0 ? : |
| 1 | 7 | ref $args[0] eq 'ARRAY' ? : | |
| 5 | 8 | ref $args[0] eq 'HASH' ? : | |
| 53 | 0 | 12 | if (builtin::blessed($class)) |
| 59 | 7 | 5 | if ref $args{'fds'} ne "ARRAY" or not defined @{$args{"fds"};}[0] |
| 63 | 0 | 10 | unless defined fileno $fd |
| 85 | 0 | 7 | unless (ref $self->{'_fds'} eq "ARRAY") |
| 91 | 0 | 14 | unless (print $fd @data) |