blib/lib/DateTime/Format/Builder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 18 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
90 | 5 | 11 | 2 | not $intended and defined &$new |
198 | 0 | 0 | 8 | $parser and ref $parser eq 'CODE' |
212 | 0 | 0 | 14 | ref $self and $self->isa('DateTime::Format::Builder') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 1 | 14 | 0 | ref $class || $class |
152 | 3 | 9 | 3 | UNIVERSAL::isa($pkg, 'DateTime::Format::Builder') or UNIVERSAL::isa($pkg, 'DateTime::Format::Builder::Parser') |
165 | 2 | 8 | 0 | ref $class || $class |