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