Condition Coverage

blib/lib/App/Pod.pm
Criterion Covered Total %
condition 20 37 54.0


and 3 conditions

line !l l&&!r l&&r condition
217 345 8 31 $$o{$_->{'name'}} and $_->{'handler'}
273 12 2 4 /^_cache_/u and not /path/u
571 0 11 11 $disk_cache and $disk_cache->{'path'}
725 0 9 0 $disk_cache and $disk_cache->{'name_and_summary'}
753 0 15 0 $disk_cache and $disk_cache->{'version'}
816 0 0 6 $name and $summary
833 0 9 0 $disk_cache and $disk_cache->{'isa'}
890 0 9 0 $disk_cache and $disk_cache->{'events'}
947 0 9 0 $disk_cache and $disk_cache->{'methods'}
1043 0 5 0 @$all_method_names_and_docs and not @all_method_docs

or 2 conditions

line l !l condition
765 0 15 $class->VERSION // ""
1215 230 100 $part->{'data'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
240 1 0 31 $self->_opts->{'no_colors'} or os_type() eq "Windows"