| blib/lib/XML/Essex/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 256 | 0 | 0 | 0 | @_ and UNIVERSAL::isa($_[0], 'XML::Essex::Base') |
| line | l | !l | condition |
|---|---|---|---|
| 123 | 43 | 0 | $class->can($_) || \&{"${class}::$_";} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 44 | 0 | 1 | 0 | ref $proto || $proto |
| 104 | 1 | 1 | 6 | exists $tags{':all'} || @_ |