| blib/lib/Lingua/PT/Abbrev.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 18 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | $abr and $exp |
| 170 | 0 | 0 | 0 | $abr and $exp |
| line | l | !l | condition |
|---|---|---|---|
| 59 | 0 | 2 | shift() || undef |
| 70 | 0 | 2 | shift() || undef |
| 110 | 0 | 0 | $self->_expand($abbrev) || undef |
| 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} |