| blib/lib/Mail/Spool/Handle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 2 | @_ && ref $_[0] ? : |
| 46 | 0 | 1 | unless $msh and ref $msh |
| 49 | 0 | 1 | unless defined $msh->spool_dir |
| 52 | 0 | 1 | unless defined $msh->wait |
| 57 | 0 | 1 | unless (opendir $dh, $msh->spool_dir) |
| 77 | 0 | 1 | if ($@ or not $node) |
| 83 | 0 | 1 | unless ($node->can_process) |
| 105 | 0 | 4 | unless defined $method |
| 108 | 4 | 0 | if ($method =~ /^(spool_dir|fallback_dir|wait|dh|spool)$/) |
| 113 | 1 | 16 | if @_ |