| blib/lib/Sub/Genius.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 19 | 47.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 2 | 0 | 23 | $self->cachedir && $self->checksum && $self->cachefile |
| 195 | 0 | 1 | 15 | not $self->{'reset'} and $self->do_cache |
| line | l | !l | condition |
|---|---|---|---|
| 258 | 52 | 0 | $opts{'scope'} //= {} |
| 304 | 0 | 0 | $opts{'max'} //= 5 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 202 | 9 | 0 | 0 | not $self->dfa or defined $opts{'reset'} |
| 220 | 8 | 1 | 68 | not defined $self->{'_acyclical_iterator'} or $opts{'reset'} |
| 305 | 0 | 0 | 0 | not defined $self->{'_deepdft_iterator'} or $opts{'reset'} |