Condition Coverage

lib/CLI/Dispatch/Help.pm
Criterion Covered Total %
condition 2 17 11.7


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 $dir->exists and $dir->is_dir

or 2 conditions

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 || ''

or 3 conditions

line l !l&&r !l&&!r condition
44 0 10 0 $self->option('to') || $term_encoding
114 0 0 0 $found{$basename} ||= $self->extract_brief_description($pod, $class)