Condition Coverage

blib/lib/Image/ExifTool/VCard.pm
Criterion Covered Total %
condition 18 25 72.0


and 3 conditions

line !l l&&!r l&&r condition
257 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)\r\n/i
260 2 0 0 $et->{'OPTIONS'}{'FastScan'} and $et->{'OPTIONS'}{'FastScan'} == 3
287 0 3 4 $component and $component eq $what

or 2 conditions

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

or 3 conditions

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