Branch Coverage

blib/lib/Quaint.pm
Criterion Covered Total %
branch 40 48 83.3


line true false branch
27 5 4 if (ref $_) { }
45 2 3 if (ref $_) { }
64 4 8 if (ref $_) { }
83 0 2 if (ref $_) { }
102 1 1 if (ref $_) { }
118 0 2 if (ref $_) { }
134 1 1 if (ref $_) { }
150 17 5 if (ref $_) { }
191 0 2 if (ref $_) { }
214 18 0 unless ($META{'attribute'}{$_})
220 1 0 unless ($META{'function'}{$_})
229 0 10 scalar @_ == 1 ? :
242 64 64 if (scalar @_ > 1)
243 2 62 if $attr->{'before'}
244 2 24 if ($attr->{'is'} and $attr->{'is'} eq "ro" and scalar caller() ne "Quaint")
247 8 54 $attr->{'trigger'} ? :
248 2 60 if $attr->{'around'}
249 62 0 $attr->{'type'} ? :
250 2 60 if $attr->{'after'}
252 2 124 if ($attr->{'required'} and not defined $_[0]{$attr->{'name'}})
264 1 2 if $attr->{'before'}
265 1 2 if $attr->{'around'}
267 1 2 if $attr->{'after'}
268 0 3 wantarray ? :