Condition Coverage

lib/Class/Dot/Meta/Property.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
235 12 5 76 not $is_mutator and $$privacy_rules{'has_getter'}
245 12 6 75 not $is_mutator and $$privacy_rules{'has_setter'}

or 2 conditions

line l !l condition
70 0 173 $options_ref ||= {}
157 86 7 $left_side ||= {}
158 93 0 $right_side ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
223 1 80 12 $$all_options{'-getter_prefix'} || $$all_options{'-setter_prefix'}