blib/lib/Bubblegum/Object/Integer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
29 | 2 | 1 | $self == $other ? : |
36 | 0 | 2 | unless defined $other |
37 | 1 | 1 | $self->type eq $other->type && $self == $other ? : |
51 | 1 | 1 | $self > $other ? : |
58 | 2 | 1 | $self >= $other ? : |
65 | 1 | 1 | $self < $other ? : |
72 | 2 | 1 | $self <= $other ? : |
79 | 1 | 1 | $self != $other ? : |
86 | 1 | 1 | if $self <= $range |