| blib/lib/Outthentic/DSL/Context/Range.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 0 | $inside and $c->[0] =~ /$bound_r/ |
| 76 | 0 | 0 | 0 | $c->[0] =~ /$bound_l/ and not defined $self->{'bad_ranges'}{$c->[1]} |
| 126 | 0 | 0 | 0 | $c->[1] > $a_index and $c->[1] < $b_index |
| line | l | !l | condition |
|---|---|---|---|
| 14 | 0 | 0 | $a ||= '.*' |
| 15 | 0 | 0 | $b ||= '.*' |
| 40 | 0 | 0 | $self->{'chains'} ||= {} |
| 41 | 0 | 0 | $self->{'ranges'} ||= [] |
| 42 | 0 | 0 | $self->{'bad_ranges'} ||= {} |
| 114 | 0 | 0 | $self->{'chains'} ||= {} |
| 115 | 0 | 0 | $self->{'seen'} ||= {} |