| blib/lib/CFDI/Location/XPath.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 13 | 0 | 0 | 0 | defined $content and ref $content eq 1 |
| 21 | 0 | 0 | 0 | $_[0] && ref $_[0] |
| 22 | 0 | 0 | 0 | defined $_ and not ref $_ |
| 0 | 0 | 0 | defined $_ and not ref $_ and length $_ | |
| 23 | 0 | 0 | 0 | defined $self and $self->isa('CFDI::Location::XPath') |
| 40 | 0 | 0 | 0 | $hasAttr and not defined $attr |
| 44 | 0 | 0 | 0 | defined $refPath and ref $refPath eq 1 |
| 46 | 0 | 0 | 0 | ref $_ eq 3 && ${$_->[0];} eq $elementName |
| 54 | 0 | 0 | 0 | $#path == -1 and $foundPath eq $xpath |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 11 | 0 | 0 | 0 | ref $invocant || $invocant |