Branch Coverage

blib/lib/Pod/InputObjects.pm
Criterion Covered Total %
branch 0 74 0.0


line true false branch
173 0 0 if @_ > 1
217 0 0 if @_ > 1
272 0 0 @_ == 1 ? :
300 0 0 if @_ > 1
318 0 0 if @_ > 1
334 0 0 unless defined $_[0]{'-name'}
384 0 0 if @_ > 1
409 0 0 wantarray ? :
463 0 0 if (@_ <= 2 || @_ % 2 and not $_[0] =~ /^-\w/)
469 0 0 if (@_ % 2 != 0)
478 0 0 @_ == 1 ? :
489 0 0 if (ref $ptree =~ /^(ARRAY)?$/)
492 0 0 $1 ? :
512 0 0 if @_ > 1
528 0 0 unless length $_ and ref $_ and ref $_ ne "SCALAR"
529 0 0 if (UNIVERSAL::isa($_, "Pod::InteriorSequence") or UNIVERSAL::can($_, "nested"))
544 0 0 unless length $_ and ref $_ and ref $_ ne "SCALAR"
545 0 0 if UNIVERSAL::isa($_, "Pod::InteriorSequence")
602 0 0 if @_ == 1
621 0 0 ref $_ ? :
639 0 0 if @_ > 1
656 0 0 if @_ > 1
677 0 0 if @_ > 1
702 0 0 wantarray ? :
763 0 0 @_ == 1 && ref $_[0] ? :
789 0 0 if (@_ > 0)
790 0 0 @_ == 1 && ref $_[0] ? :
812 0 0 if (@_ > 0)
813 0 0 @_ == 1 && ref $_[0] ? :
836 0 0 unless length $_
837 0 0 if (@Pod::ParseTree::ptree and not ref $Pod::ParseTree::ptree[0] and not ref $_) { }
863 0 0 if (ref $_) { }
0 0 elsif (not length $_) { }
0 0 elsif ($can_append) { }
891 0 0 ref $_ ? :
904 0 0 unless defined $_ and length $_ and ref $_ and ref $_ ne "SCALAR"
905 0 0 if UNIVERSAL::isa($_, "Pod::InteriorSequence")