| lib/Egg/Dispatch/Standard.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 40 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | $p_name and $p_name eq 'Egg' |
| 66 | 0 | 0 | 0 | not ref $key and $key =~ /^ARRAY\(0x[0-9a-f]+\)/ |
| 198 | 0 | 0 | 0 | not $$self{'__parts_num'} and $default_code |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 0 | $_[0]->request->param($pname) || (return []) |
| 91 | 0 | 0 | $self->e->_get_mode || [@{$self->e->snip;}] |
| 98 | 0 | 0 | shift() || 0 |
| 99 | 0 | 0 | join('/', @{$now;}[0 .. $num]) || '' |
| 112 | 0 | 0 | $self->e->request->is_post || 0 |
| 149 | 0 | 0 | $$parts[$num] ||= '' |
| 153 | 0 | 0 | $$map{$key} || (next) |
| 169 | 0 | 0 | $$key[2] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 0 | 0 | shift() || croak(' I want param name. ') |
| 42 | 0 | 0 | 0 | $p_name and $p_name eq 'Egg' or $p_class->can('project_name') |
| 61 | 0 | 0 | 0 | $_[0]{'Dispatch'} ||= 'Egg::Dispatch::Standard::handler'->new(@_) |
| 174 | 0 | 0 | 0 | $page_title ||= $wanted |
| 201 | 0 | 0 | 0 | $$default_code[1] || $self->default_name |