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
215 345 8 31 $$o{$_->{'name'}} and $_->{'handler'}
271 12 2 4 /^_cache_/u and not /path/u
569 0 11 11 $disk_cache and $disk_cache->{'path'}
723 0 9 0 $disk_cache and $disk_cache->{'name_and_summary'}
751 0 15 0 $disk_cache and $disk_cache->{'version'}
814 0 0 6 $name and $summary
831 0 9 0 $disk_cache and $disk_cache->{'isa'}
888 0 9 0 $disk_cache and $disk_cache->{'events'}
945 0 9 0 $disk_cache and $disk_cache->{'methods'}
1041 0 5 0 @$all_method_names_and_docs and not @all_method_docs

or 2 conditions

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

or 3 conditions

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