| blib/lib/Org/To/VCF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 181 | 0 | 0 | 0 | blessed $_ && $_->isa('Org::Element') |
| 250 | 0 | 0 | 2 | $self->export_notes and $$fields{'_num_notes'}++ < 3 |
| 317 | 4 | 0 | 0 | $c->isa('Org::Element::Drawer') and $c->name eq 'PROPERTIES' |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 0 | 1 | $args{'export_notes'} //= 1 |
| 217 | 1 | 1 | $$fields{'TEL'} //= {} |
| 249 | 1 | 1 | $$fields{'_num_notes'} //= 0 |
| 316 | 1 | 0 | $elem->children // [] |
| 323 | 4 | 0 | $c->children // [] |
| 355 | 1 | 1 | $$self{'_vcards'} //= [] |