| blib/lib/Nile/View.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 29 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 492 | 0 | 0 | 0 | exists $attr{'type'} and $attr{'type'} ne '' |
| 493 | 0 | 0 | 0 | exists $attr{'type'} && $attr{'type'} ne '' |
| line | l | !l | condition |
|---|---|---|---|
| 683 | 0 | 0 | $passes ||= 2 |
| 830 | 0 | 0 | $$self{'tag'}{'plugin'} ||= {} |
| 831 | 0 | 0 | $$self{'tag'}{'module'} ||= {} |
| 949 | 0 | 0 | $passes ||= 3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 334 | 0 | 0 | 0 | $$self{'theme'} ||= $app->var->get('theme') |
| 0 | 0 | 0 | $theme ||= ($$self{'theme'} ||= $app->var->get('theme')) | |
| 339 | 0 | 0 | 0 | $$self{'lang'} ||= $app->var->get('lang') |
| 775 | 0 | 0 | 0 | $$self{'theme'} ||= $self->app->var->get('theme') |
| 0 | 0 | 0 | $theme ||= ($$self{'theme'} ||= $self->app->var->get('theme')) |