blib/lib/Catalyst/Component.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 1 | 0 | 6952 | is_class_loaded($_[0]) and $_[0]->isa("Catalyst") |
1 | 0 | 6952 | is_class_loaded($_[0]) and $_[0]->isa("Catalyst") and ref $_[1] eq "HASH" |
line | l | !l | condition |
---|---|---|---|
130 | 30538 | 4905 | $self->_config || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
141 | 6322 | 28178 | 0 | &blessed($self) || $self |
160 | 0 | 0 | 0 | ref $_[0] || $_[0] |