Condition Coverage

blib/lib/Lingua/PT/Abbrev.pm
Criterion Covered Total %
condition 2 18 11.1


and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 $abr and $exp
170 0 0 0 $abr and $exp

or 2 conditions

line l !l condition
59 0 2 shift() || undef
70 0 2 shift() || undef
110 0 0 $self->_expand($abbrev) || undef

or 3 conditions

line l !l&&r !l&&!r condition
116 0 0 0 exists $$self{'dic'}{$word} || exists $$self{'cdic'}{$word} || exists $$self{'sdic'}{$word}
124 0 0 0 $$self{'sdic'}{$word} || $$self{'cdic'}{$word} || $$self{'dic'}{$word}