Condition Coverage

blib/lib/Sub/Genius.pm
Criterion Covered Total %
condition 9 19 47.3


and 3 conditions

line !l l&&!r l&&r condition
75 2 0 23 $self->cachedir && $self->checksum && $self->cachefile
196 0 1 15 not $self->{'reset'} and $self->do_cache

or 2 conditions

line l !l condition
259 52 0 $opts{'scope'} //= {}
305 0 0 $opts{'max'} //= 5

or 3 conditions

line l !l&&r !l&&!r condition
203 9 0 0 not $self->dfa or defined $opts{'reset'}
221 8 1 68 not defined $self->{'_acyclical_iterator'} or $opts{'reset'}
306 0 0 0 not defined $self->{'_deepdft_iterator'} or $opts{'reset'}