Branch Coverage

blib/lib/PPI/Statement/Package.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
69 0 4 unless my $namespace = $self->schild(1)
70 4 0 $namespace->isa('PPI::Token::Word') ? :
91 0 4 unless my $version = $self->schild(2)
92 2 2 $version->isa('PPI::Token::Structure') ? :
118 3 1 if $Parent and $Document and $Parent == $Document and $Document->isa("PPI::Document")