Branch Coverage

blib/lib/CGI/Application/Plugin/Forward.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
169 3 10 if ($CGI::Application::Plugin::AutoRunmode::VERSION)
170 3 0 if ('CGI::Application::Plugin::AutoRunmode'->can('is_auto_runmode'))
171 1 2 if (CGI::Application::Plugin::AutoRunmode::is_auto_runmode($self, $run_mode))
178 4 9 unless (exists $rm_map{$run_mode})
183 7 2 if ($self->can($method) or ref $method eq 'CODE') { }
185 7 0 if ($self->can('call_hook'))