lib/DR/Tnt/Msgpack/Types/Int.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 24 | 45.8 |
line | true | false | branch |
---|---|---|---|
12 | 19 | 0 | if (defined $v) |
13 | 0 | 19 | unless &Scalar::Util::looks_like_number($v) |
24 | 0 | 16 | unless defined $v |
25 | 0 | 16 | if ($v < 0) |
26 | 0 | 0 | if $v >= -32 |
27 | 0 | 0 | if $v >= -128 |
28 | 0 | 0 | if $v >= -32768 |
29 | 0 | 0 | if $v >= -2147483648 |
33 | 5 | 11 | if $v <= 127 |
34 | 4 | 7 | if $v <= 32767 |
35 | 4 | 3 | if $v <= 2147483647 |
41 | 0 | 1 | unless defined $$self |