Branch Coverage

blib/lib/Image/ExifTool/PGF.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
76 0 1 unless $raf->Read($buff, 24) == 24 and $buff =~ /^PGF(.)/s
82 0 1 unless ($ver == 54)
93 0 0 $raf->Seek(1024, 1) ? :
0 1 if $et->{'PGFColorMode'} == 2
96 1 0 if ($len > 0 and $len < 16777216 and $raf->Read($buff, $len) == $len)