Condition Coverage

blib/lib/Checkster.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 1 $self->op and $self->op eq 'not'
72 0 1 1 $self->op and $self->op eq 'any'
86 0 0 1 $self->op and $self->op eq 'not'
96 1 1 1 $self->op and $self->op eq 'any'
111 0 0 2 $self->op and $self->op eq 'not'
121 7 2 2 $self->op and $self->op eq 'any'

or 3 conditions

line l !l&&r !l&&!r condition
18 32 0 0 $class || ref $class
69 0 1 1 CORE::not $self->op or $self->op eq 'all'
93 1 1 1 CORE::not $self->op or $self->op eq 'all'
118 7 2 2 CORE::not $self->op or $self->op eq 'all'