| blib/lib/Bio/Polloc/Rule/boolean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 17 | 0.0 | 
| 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' | 
| line | l | !l | condition | 
|---|---|---|---|
| 187 | 0 | 0 | $$self{'_operator'} ||= '' | 
| 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 |