Branch Coverage

blib/lib/Archive/Zip/Parser/Entry/Header.pm
Criterion Covered Total %
branch 19 48 39.5


line true false branch
18 2 2 if ($$argref{'describe'})
66 2 2 if ($$argref{'describe'})
69 0 2 if ($bits[0])
73 0 2 if ($$self{'_compression_method'} == 6) { }
0 2 elsif ($$self{'_compression_method'} == 8) { }
0 2 elsif ($$self{'_compression_method'} == 14) { }
74 0 0 if ($bits[1]) { }
80 0 0 if ($bits[2]) { }
90 0 0 if ($$self{'_compression_method'} == 9)
91 0 0 if (not $bits[2] || $bits[1]) { }
0 0 elsif (not $bits[2] and $bits[1]) { }
0 0 elsif ($bits[2] and not $bits[1]) { }
0 0 elsif ($bits[2] and $bits[1]) { }
109 0 0 if ($bits[4])
114 0 0 if ($bits[1]) { }
124 0 2 if ($bits[3])
129 0 2 if ($bits[5] and $$self{'_version_needed'} >= 27)
133 0 0 if ($bits[6] and $$self{'_version_needed'} >= 50 and $bits[0])
137 0 2 if ($bits[11])
141 0 2 if ($bits[12])
145 0 2 if ($bits[13])
159 2 2 if ($$argref{'describe'})
280 2 2 if ($$argref{'describe'})
335 2 2 if (exists $extra_field_description_mapping{$id}) { }