Condition Coverage

blib/lib/Image/ExifTool/VCard.pm
Criterion Covered Total %
condition 20 28 71.4


and 3 conditions

line !l l&&!r l&&r condition
266 0 0 2 $raf->Read($buff, 24) and $raf->Seek(0, 0)
0 0 2 $raf->Read($buff, 24) and $raf->Seek(0, 0) and $buff =~ /^BEGIN:(VCARD|VCALENDAR|VNOTE)\r\n/i
274 2 0 0 $et->{'OPTIONS'}{'FastScan'} and $et->{'OPTIONS'}{'FastScan'} == 3
301 0 3 4 $component and $component eq $what

or 2 conditions

line l !l condition
306 2 2 $compNum{$component} || 0
317 1 2 $count[-1]{$what} || 0

or 3 conditions

line l !l&&r !l&&!r condition
235 1 1 118 $enc eq "b" or $enc eq "base64"
291 4 2 22 $what eq "Card" or $what eq "Calendar"
6 0 22 $what eq "Card" or $what eq "Calendar" or $what eq "Note"
372 1 55 56 $val =~ s/^"([^"]*)",?// or $val =~ s/^([^";:,]+,?)//