| blib/lib/XML/Parser/Style/Elemental.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $contents && ref $$contents[-1] eq $class |
| 55 | 0 | 0 | 0 | $$xp{'Elemental'}{'No_Whitespace'} and not $data =~ /\S/ |
| 63 | 0 | 0 | 0 | $$xp{'Elemental'}{'No_Whitespace'} and not $d =~ /\S/ |
| line | l | !l | condition |
|---|---|---|---|
| 18 | 0 | 0 | $$xp{'Elemental'} ||= {} |
| 21 | 0 | 0 | $$e{'Document'} ||= 'XML::Elemental::Document' |
| 22 | 0 | 0 | $$e{'Element'} ||= 'XML::Elemental::Element' |
| 23 | 0 | 0 | $$e{'Characters'} ||= 'XML::Elemental::Characters' |
| 62 | 0 | 0 | $$contents[-1]->data || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | $$xp{'Pkg'} eq 'main' or not defined $$xp{'Pkg'} |
| 77 | 0 | 0 | 0 | $_[0]->namespace($_[1]) || $_[0]->namespace($_[2]) |