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" | |
306 | 31 | 0 | 3 | ref $_ and not &blessed($_) |
573 | 0 | 1 | 8 | defined $body_arg and &Params::Util::_STRING($body_arg) |
673 | 0 | 4 | 1 | &_INSTANCE($parts[0], "Email::MIME") and &_INSTANCE($parts[1], "Email::MIME") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 4 | 23 | 0 | $allow_empty or @$list |
586 | 1 | 0 | 0 | ref $body_arg || "<$body_arg>" |