| blib/lib/Email/Stuffer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 21 | 61.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 231 | 1 | 0 | 1 | $IS_ARRAY_ARG{$init_arg} and ref $args[0] | 
| 1 | 0 | 1 | $IS_ARRAY_ARG{$init_arg} and ref $args[0] and ref $args[0] eq 'ARRAY' | |
| 304 | 31 | 0 | 3 | ref $_ and not &blessed($_) | 
| 550 | 0 | 1 | 8 | defined $body_arg and &Params::Util::_STRING($body_arg) | 
| 648 | 0 | 4 | 1 | &_INSTANCE($parts[0], 'Email::MIME') and &_INSTANCE($parts[1], 'Email::MIME') | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 297 | 4 | 23 | 0 | $allow_empty or @$list | 
| 563 | 1 | 0 | 0 | ref $body_arg || "<$body_arg>" |