| blib/lib/Mail/Box/Identity.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 10 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 21 | 0 | 43 | @_ && defined $_[0] |
| 184 | 8 | 0 | 22 | @_ and defined $_[0] |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 0 | 13 | delete $args->{'subf_type'} || 'Mail::Box::Collection' |
| 167 | 4 | 0 | $self->{'MBI_subf_type'} || ref $self->parent || 'Mail::Box::Collection' |