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