| blib/lib/Google/ProtocolBuffers/Codec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 12 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 159 | 194 | 30 | 47 | ref $value and ref $value eq 'ARRAY' |
| 168 | 194 | 30 | 47 | ref $value && ref $value eq 'ARRAY' |
| 321 | 295 | 33 | 17 | $wire_type == 2 and $type != 9 |
| 328 | 16 | 1 | $wire_type == 2 and $type != 9 and $type != 12 |