Branch Coverage 
| blib/lib/Digest/MurmurHash3/PurePerl.pm | 
 | 
| Criterion | 
Covered | 
Total | 
% | 
| branch | 
36 | 
36 | 
 100.0 
 | 
|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
13
 | 
 2  | 
 2  | 
 unless (defined $seed)  | 
 
| 
33
 | 
 2  | 
 2  | 
 if ($tail_len > 0)  | 
 
| 
48
 | 
 3  | 
 2  | 
 unless (defined $seed)  | 
 
| 
123
 | 
 1  | 
 4  | 
 if ($len_lo4 == 15)  | 
 
| 
124
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 14)  | 
 
| 
125
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 13)  | 
 
| 
133
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 12)  | 
 
| 
134
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 11)  | 
 
| 
135
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 10)  | 
 
| 
136
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 9)  | 
 
| 
144
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 8)  | 
 
| 
145
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 7)  | 
 
| 
146
 | 
 1  | 
 4  | 
 if ($len_lo4 >= 6)  | 
 
| 
147
 | 
 3  | 
 2  | 
 if ($len_lo4 >= 5)  | 
 
| 
154
 | 
 3  | 
 2  | 
 if ($len_lo4 >= 4)  | 
 
| 
155
 | 
 3  | 
 2  | 
 if ($len_lo4 >= 3)  | 
 
| 
156
 | 
 3  | 
 2  | 
 if ($len_lo4 >= 2)  | 
 
| 
157
 | 
 3  | 
 2  | 
 if ($len_lo4 >= 1)  |