blib/lib/CGI/Application/Plugin/AutoRunmode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 0 | 10 | 10 | $CGI::Application::VERSION >= 4 and $phase eq 'CHECK' |
121 | 11 | 0 | 9 | @_ < 2 and $CGI::Application::VERSION >= 4 |
181 | 1 | 0 | 1 | $ENV{'MOD_PERL'} and exists $INC{'Apache2/Reload.pm'} |
213 | 1 | 0 | 1 | $ENV{'MOD_PERL'} and exists $INC{'Apache2/Reload.pm'} |
248 | 0 | 49 | 10 | defined $val and defined *ENTRY{'CODE'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 6 | 2 | 10 | is_attribute_auto_runmode(@_) || is_delegate_auto_runmode(@_) |