blib/lib/CBOR/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 22 | 50.0 |
line | true | false | branch |
---|---|---|---|
799 | 0 | 0 | $_[0] ? : |
804 | 0 | 0 | unless ("ARRAY" eq ref $_[0] and $#{$_[0];} & 1) |
985 | 0 | 0 | if $#_ |
990 | 0 | 0 | if $#_ |
1454 | 1 | 207 | unless $FILTER{$_[0]} |
1460 | 0 | 0 | unless $SAFE_FILTER{$_[0]} |
1470 | 6 | 99 | if (-2147483648 <= $_[0] and $_[0] <= 2147483647) { } |
1474 | 77 | 22 | if 1 & length $hex |
1475 | 99 | 0 | $_[0] >= 0 ? : |
1482 | 97 | 1 | -9223372036854775808 <= $e && $e <= 18446744073709551615 ? : |
1492 | 1 | 1 | $d * 1 == 1 ? : |