Condition Coverage

blib/lib/Class/Plugin/Util.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
330 0 0 0 defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*$/s

or 2 conditions

line l !l condition
83 0 0 $value ||= 1
133 0 0 $plugin_info ||= {}
249 0 0 $options_ref ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
112 0 0 0 $superclass ||= caller
134 0 0 0 $$plugin_info{'name'} ||= $last_name
135 0 0 0 $$plugin_info{'class'} ||= $subclass
154 0 0 0 $superclass ||= caller