| lib/CLI/Dispatch/Help.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 17 | 11.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $dir->exists and $dir->is_dir |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 0 | 6 | $self->option('from') || 'utf8' |
| 122 | 0 | 0 | $_ || 'Obscure error' |
| 136 | 0 | 0 | $_ || 'Obscure error' |
| 169 | 0 | 0 | $brief_desc || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 44 | 0 | 11 | 0 | $self->option('to') || $term_encoding |
| 114 | 0 | 0 | 0 | $found{$basename} ||= $self->extract_brief_description($pod, $class) |