| blib/lib/Pod/Elemental/Element/Pod5/Region.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 16 | 18 | 88.8 | 
| line | true | false | branch | 
|---|---|---|---|
| 66 | 2 | 8 | if $self->content =~ /\S/ | 
| 70 | 4 | 4 | if @{$self->children;} != 1 | 
| 74 | 2 | 2 | if $child->content =~ /^\s*$/m | 
| 77 | 1 | 1 | if $self->is_pod and $child->isa("${base}Ordinary") | 
| 78 | 0 | 1 | if not $self->is_pod and $child->isa("${base}Data") | 
| 103 | 3 | 6 | $self->is_pod ? : | 
| 105 | 2 | 7 | $content =~ /\S/ ? : | 
| 113 | 2 | 7 | if @{$self->children;} and $self->children->[-1]->isa('Pod::Elemental::Element::Pod5::Data') | 
| 128 | 1 | 0 | $self->is_pod ? : |