| blib/lib/Catalyst/ComponentRole/PathFrom.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 8 | 1 | 1 | defined $proto2 and ref \$proto2 eq 'SCALAR' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 0 | 1 | 0 | $self->_path_from_action_attribute($action) || $self->_path_from_action($action) |
| 91 | 7 | 1 | 0 | $self->_path_from_stash($c) || $self->_path_from_action_attribute($action) || $self->_path_from_action($action) |