| inc/CGI/Application/Plugin/AutoRunmode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 12 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | $CGI::Application::VERSION >= 4 and $phase eq 'CHECK' |
| 121 | 0 | 0 | 4 | @_ < 2 and $CGI::Application::VERSION >= 4 |
| 238 | 0 | 0 | 0 | defined $val and defined *ENTRY{'CODE'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 289 | 0 | 0 | 0 | is_attribute_auto_runmode(@_) || is_delegate_auto_runmode(@_) |