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