|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
39
 | 
 0  | 
 1  | 
 if (@_ == 3) { }  | 
 
| 
 | 
 0  | 
 1  | 
 elsif (@_) { }  | 
 
| 
42
 | 
 0  | 
 0  | 
 unless length $_[0] == 2 and length $_[1] == 2  | 
 
| 
78
 | 
 0  | 
 1  | 
 unless @_ == 3  | 
 
| 
96
 | 
 0  | 
 1  | 
 unless @_ == 4  | 
 
| 
114
 | 
 3  | 
 0  | 
 if (@{$self->[2];}) { }  | 
 
| 
148
 | 
 0  | 
 0  | 
 if (@_ == 1) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif (@_) { }  | 
 
| 
154
 | 
 0  | 
 0  | 
 unless ref $array eq 'ARRAY' and @{$array;} == grep({ref $_ eq 'ARRAY';} @{$array;})  | 
 
| 
163
 | 
 0  | 
 0  | 
 unless @{$array->[$i];} == 5 and 5 == grep({not ref $_;} @{$$array[$i];})  | 
 
| 
166
 | 
 0  | 
 0  | 
 unless length $array->[$i][0] == 2 and length $array->[$i][1] == 2  | 
 
| 
199
 | 
 0  | 
 0  | 
 if (@_ == 2) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif (@_ == 3) { }  | 
 
| 
202
 | 
 0  | 
 0  | 
 if @{$self->[2];} == 0  | 
 
| 
205
 | 
 0  | 
 0  | 
 if $_->[1] eq $_[1]  | 
 
| 
208
 | 
 0  | 
 0  | 
 if @match == 0  | 
 
| 
211
 | 
 0  | 
 0  | 
 if @match == 0  | 
 
| 
214
 | 
 0  | 
 0  | 
 if @match == 0  | 
 
| 
223
 | 
 0  | 
 0  | 
 if $_->[1] eq $_[1]  | 
 
| 
226
 | 
 0  | 
 0  | 
 if (@match) { }  | 
 
| 
234
 | 
 0  | 
 0  | 
 unless length $_[0] == 2 and length $_[1] == 2  | 
 
| 
266
 | 
 0  | 
 0  | 
 ref $p eq 'ARRAY' ? :  | 
 
| 
 | 
 0  | 
 0  | 
 defined $p ? :  | 
 
| 
269
 | 
 0  | 
 0  | 
 defined $p->[0] && !ref($p->[0]) ? :  | 
 
| 
302
 | 
 0  | 
 1  | 
 if $cnt == 0  | 
 
| 
357
 | 
 0  | 
 1  | 
 if $cnt == 0  |