| blib/lib/Number/Range/Regex/CompoundRange.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 104 | 673 | 52 | 585 | $s_ptr < @s_ranges and $o_ptr < @o_ranges |
| 144 | 673 | 52 | 553 | $s_ptr < @s_ranges and $o_ptr < @o_ranges |
| 227 | 141 | 538 | 2 | $$opts{'warn_overlap'} and $$sections{'in_both'} |
| 679 | 0 | 2 | $$opts{'warn_overlap'} and $$sections{'in_both'} and @{$$sections{'in_both'};} | |
| 297 | 13 | 3 | 23 | $$self{'ranges'}[0]->has_lower_bound && $$self{'ranges'}[-1]->has_upper_bound |