Condition Coverage

blib/lib/Bio/Polloc/Rule/boolean.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
80 0 0 0 $self->operator and not defined $self->rule2
91 0 0 0 $#feat_sbjs < 0 and $self->operator eq 'and'
92 0 0 0 $#feat_sbjs >= 0 and $self->operator eq 'not'

or 2 conditions

line l !l condition
187 0 0 $$self{'_operator'} ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
86 0 0 0 $self->operator eq 'and' or $self->operator eq 'not'
0 0 0 $self->operator eq 'or' or not defined $self->rule2