Condition Coverage

blib/lib/vCard/AddressBook.pm
Criterion Covered Total %
condition 15 35 42.8


or 2 conditions

line l !l condition
219 6 0 $text_vcard->get('tel') || []
236 6 0 $text_vcard->get('adr') || []
242 0 12 $node->po_box || undef
243 12 0 $node->street || undef
244 12 0 $node->city || undef
245 12 0 $node->post_code || undef
246 12 0 $node->region || undef
247 12 0 $node->country || undef
248 0 12 $node->extended || undef
259 6 0 $text_vcard->get('email') || []

or 3 conditions

line l !l&&r !l&&!r condition
208 6 0 0 $node->family || ()
209 6 0 0 $node->given || ()
210 0 6 0 $node->middle || ()
211 6 0 0 $node->prefixes || ()
212 6 0 0 $node->suffixes || ()