| blib/lib/Mail/Spool/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 2 | 0 | @_ && ref $_[0] |
| 118 | 1 | 1 | 0 | $mode and $mode =~ /^(a|w|r|wr)$/ |
| line | l | !l | condition |
|---|---|---|---|
| 35 | 2 | 0 | ref $type || $type || 'Mail::Spool::Node' |
| 62 | 2 | 0 | $from_addr ||= '' |
| 92 | 1 | 0 | -s $node->filename || 0 |