blib/lib/CGI/Application/Plugin/AnyTemplate/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 23 | 60.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
219 | 0 | 0 | 96 | $webapp and $webapp->can('call_hook') |
225 | 0 | 0 | 92 | $webapp and $webapp->can('call_hook') |
line | l | !l | condition |
---|---|---|---|
28 | 111 | 0 | delete $args{'driver_config'} || {} |
29 | 19 | 92 | delete $args{'native_config'} || {} |
30 | 111 | 0 | delete $args{'include_paths'} || [] |
38 | 8 | 103 | delete $args{'component_handler_class'} || 'CGI::Application::Plugin::AnyTemplate::ComponentHandler' |
89 | 62 | 87 | $$self{'param'} ||= {} |
93 | 79 | 3 | $$self{'param'} ||= {} |
113 | 120 | 0 | $$self{'param'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 111 | 0 | ref $proto || $proto |