blib/lib/DateTime/Format/Builder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 5 | 11 | 2 | not $intended and defined &$new |
196 | 0 | 0 | 8 | $parser and ref $parser eq 'CODE' |
210 | 0 | 0 | 14 | ref $self and $self->isa('DateTime::Format::Builder') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
103 | 1 | 14 | 0 | ref $class || $class |
150 | 3 | 0 | 12 | UNIVERSAL::isa($pkg, 'DateTime::Format::Builder') or UNIVERSAL::isa($pkg, 'DateTime::Format::Builder::Parser') |
163 | 2 | 8 | 0 | ref $class || $class |