Condition Coverage

blib/lib/App/PodLinkCheck.pm
Criterion Covered Total %
condition 9 53 16.9


and 3 conditions

line !l l&&!r l&&r condition
143 0 0 0 !(-d $_ || m[/\.#]) && /\.p([lm]|od)$/
210 0 0 0 defined $section and not $own_sections->{$section}
238 0 0 0 defined $section and $section ne ''
249 0 0 0 not defined $podfile || defined $section and $self->manpage_is_known($to)
256 0 0 0 not defined $section and _is_one_word($to)
0 0 0 not defined $section and _is_one_word($to) and $own_sections->{$to}
280 0 0 0 defined $section and $section ne ''
403 0 0 1 not $CPAN::Config_loaded and 'CPAN::HandleConfig'->can('load')
502 0 1 0 defined $CPAN::META and %$CPAN::META
513 0 0 0 defined $CPAN::META and %$CPAN::META
532 3 0 0 $use_CPAN && exists $CPAN::META->{'readwrite'}{'CPAN::Module'}{$module}

or 2 conditions

line l !l condition
181 2 2 -d $x || 0
2 2 -d $y || 0
467 0 2 $self->{'cpan_sqlite'} || (return 0)
561 0 2 $self->{'cpanplus'} || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
165 0 0 0
233 0 0 0 $self->module_to_podfile($to) || $self->find_script($to)
249 0 0 0 defined $podfile || defined $section
356 0 0 0 $self->{'sections_cache'}{$filename} ||= do {