Condition Coverage

blib/lib/CGI/Application/Plugin/AnyTemplate.pm
Criterion Covered Total %
condition 24 32 75.0


and 3 conditions

line !l l&&!r l&&r condition
958 12 20 79 $$config{'include_paths'} and ref $$config{'include_paths'} ne 'ARRAY'
1114 2 2 4 ref $_[0] and ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
790 8 0 $$plugin_config{'string'} || ''
905 140 0 $$storage{'plugin_config'} ||= {$self->_default_plugin_config}
906 140 0 $$storage{'driver_config'} ||= {}
907 140 0 $$storage{'native_config'} ||= {}
922 16 79 $$storage{'driver_config'}{$driver} ||= {}
965 28 83 $$config{'add_include_paths'} ||= []
1127 8 6 $params ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
190 0 82 0 ref $proto || $proto
759 110 2 0 $$plugin_config{'type'} || $$plugin_config{'default_type'} || $self->_default_type
928 120 85 95 $$storage{'driver_config'}{$key} ||= $default_config{$key}
1030 87 2 0 $$driver_config{'template_extension'} || $self->_default_extension