Condition Coverage

blib/lib/Quaint.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
244 38 0 26 $attr->{'is'} and $attr->{'is'} eq "ro"
38 24 2 $attr->{'is'} and $attr->{'is'} eq "ro" and scalar caller() ne "Quaint"
252 78 46 2 $attr->{'required'} and not defined $_[0]{$attr->{'name'}}

or 2 conditions

line l !l condition
106 0 0 $META{'attribute'}{$_} || $META{'function'}{$_} || {'name', $_, 'before', []}
122 1 0 $META{'attribute'}{$_} || $META{'function'}{$_} || {'name', $_, 'around', []}
138 0 0 $META{'attribute'}{$_} || $META{'function'}{$_} || {'name', $_, 'after', []}