| blib/lib/Text/Todo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 0 | $opt eq 'tags' and ref $$options{$opt} eq 'HASH' |
| 75 | 3 | 0 | 2 | defined $file and -e $file |
| 134 | 6 | 12 | 11 | defined $file and exists $path_of{$ident}{$file} |
| 366 | 0 | 0 | 1 | $self->addto('done_file', $e) and $self->del($e) |
| 416 | 0 | 1 | 1 | defined $loaded_of{$ident} and $file eq $loaded_of{$ident} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 341 | 9 | 0 | 222 | not exists $$kt{$t} or $tags{$t} ne $$kt{$t} |
| 356 | 0 | 0 | 1 | not defined $loaded_of{$ident} or $loaded_of{$ident} ne $self->file('todo_file') |