| blib/lib/Email/Stuffer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 21 | 61.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 229 | 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" | |
| 302 | 31 | 0 | 3 | ref $_ and not &blessed($_) | 
| 548 | 0 | 1 | 8 | defined $body_arg and &Params::Util::_STRING($body_arg) | 
| 646 | 0 | 4 | 1 | &_INSTANCE($parts[0], "Email::MIME") and &_INSTANCE($parts[1], "Email::MIME") | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 295 | 4 | 23 | 0 | $allow_empty or @$list | 
| 561 | 1 | 0 | 0 | ref $body_arg || "<$body_arg>" |