| blib/lib/Nile/Router.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 38 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 327 | 0 | 0 | 0 | defined $$args{$_} and length $$args{$_} |
| 337 | 0 | 0 | 0 | defined $$args{$_} and length $$args{$_} |
| 406 | 0 | 0 | 0 | defined $args{'path'} and length $args{'path'} |
| 408 | 0 | 0 | 0 | defined $args{'target'} and length $args{'target'} |
| 410 | 0 | 0 | 0 | defined $args{'name'} and length $args{'name'} |
| line | l | !l | condition |
|---|---|---|---|
| 131 | 0 | 0 | $$v{-'defaults'} ||= '' |
| 139 | 0 | 0 | $$v{-'method'} || '*' |
| 195 | 0 | 0 | $query ||= '' |
| 210 | 0 | 0 | $method ||= '*' |
| 359 | 0 | 0 | $method ||= '*' |
| 400 | 0 | 0 | $args{'method'} ||= '*' |
| 424 | 0 | 0 | $args{'defaults'} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 227 | 0 | 0 | 0 | $method eq '*' or $$_{'method'} eq $method |
| 364 | 0 | 0 | 0 | $method eq '*' or $$_{'method'} eq $method |
| 397 | 0 | 0 | 0 | $args{'name'} ||= '__ROUTE__' . ++$$self{'route_counter'} |