| blib/lib/Text/Todo/Entry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 1 | 0 | 1 | exists $$options{'tags'} and ref $$options{'tags'} eq 'HASH' |
| 204 | 3 | 0 | 1 | defined $addition and length $addition |
| line | l | !l | condition |
|---|---|---|---|
| 72 | 10 | 7 | $self->text || '' |
| 73 | 17 | 0 | $self->known_tags || {} |
| 96 | 1 | 16 | $completed ||= '' |