blib/lib/Config/Model/Exception.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 23 | 34.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
326 | 0 | 2 | 0 | ref $obj and $obj->isa('Config::Model::Node') || $obj->isa('Config::Model::WarpedNode') |
line | l | !l | condition |
---|---|---|---|
147 | 0 | 0 | $self->parsed_file || '?' |
148 | 0 | 0 | $self->parsed_line || '?' |
302 | 0 | 0 | $obj->get_help_as_text($element) || '' |
350 | 0 | 2 | $obj->instance->get_support_info // "to https://github.com/dod38fr/config-model/issues" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 10 | 1 | 0 | $self->error || $self->message |
110 | 10 | 3 | 0 | $self->error || $self->message |
194 | 2 | 0 | 0 | $self->object || croak('Internal error: no object parameter passed while throwing exception') |
326 | 2 | 0 | 0 | $obj->isa('Config::Model::Node') || $obj->isa('Config::Model::WarpedNode') |