| blib/lib/Time/HiRes/Value.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 24 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 184 | 4 | 1 | 1 | $$self[0] < -1 and $$self[1] != 0 |
| 4 | 0 | 1 | $$self[0] == -1 and $$self[1] != 0 | |
| 222 | 7 | 1 | 0 | ref $other and $other->isa('Time::HiRes::Value') |
| 250 | 4 | 1 | 0 | ref $other and $other->isa('Time::HiRes::Value') |
| 276 | 9 | 0 | 1 | ref $other and $other->isa('Time::HiRes::Value') |
| 300 | 7 | 0 | 1 | ref $other and $other->isa('Time::HiRes::Value') |
| 325 | 25 | 8 | 0 | ref $other and $other->isa('Time::HiRes::Value') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 329 | 4 | 2 | 27 | $$self[0] <=> $$other[0] || $$self[1] <=> $$other[1] |