| blib/lib/W3C/SOAP/Document/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 81 | 0 | 0 | unless $self->has_parent_node and defined $self->parent_node | 
| 82 | 0 | 0 | $self->parent_node->isa('W3C::SOAP::Document') ? : | 
| 88 | 0 | 0 | if $name | 
| 97 | 0 | 0 | if ($name and $ENV{'W3C_SOAP_NAME_STYLE'} ne 'original') | 
| 108 | 0 | 0 | if (defined(my $parent = $self->parent_node)) | 
| 109 | 0 | 0 | if (exists $parent->perl_names->{$name}) |