lib/Egg/Dispatch/Fast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | l | !l | condition |
---|---|---|---|
25 | 0 | 0 | $self->e->_get_mode || $self->e->snip->[0] || '' |
46 | 0 | 0 | $$code{'action'} || sub { } |
55 | 0 | 0 | $self->_action_code || (return $self->e->finished('404 Not Found')) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 0 | 0 | $_[0]{'Dispatch'} ||= 'Egg::Dispatch::Fast::handler'->new(@_) |
44 | 0 | 0 | 0 | $$code{'label'} || $self->action->[0] |