| blib/lib/Text/Todo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 14 | 35.7 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 1 | 1 | if ($options) |
| 43 | 0 | 1 | if (ref $options eq 'HASH') { } |
| 45 | 0 | 0 | if (exists $path_of{$ident}{$opt}) { } |
| 0 | 0 | elsif ($opt eq 'tags' and ref $$options{$opt} eq 'HASH') { } | |
| 60 | 0 | 1 | if (-d $options) { } |
| 1 | 0 | elsif ($options =~ /\.txt$/imsx) { } | |
| 75 | 0 | 0 | if (defined $file and -e $file) |