Condition Coverage

blib/lib/Acme/Has/Tiny.pm
Criterion Covered Total %
condition 13 30 43.3


and 3 conditions

line !l l&&!r l&&r condition
68 0 2 2 defined $_[1] && !ref($_[1]) && &Scalar::Util::looks_like_number($_[1])
211 0 0 2 blessed $isa and $isa->isa('Type::Tiny')
0 0 2 blessed $isa and $isa->isa('Type::Tiny') and $isa->can_be_inlined
238 0 0 0 blessed $isa and $isa->can_be_inlined
299 0 0 8 blessed $isa and $isa->can_be_inlined

or 3 conditions

line l !l&&r !l&&!r condition
57 0 8 0 $options{'class'} || caller
77 6 4 0 $VALIDATORS{$_} ||= $me->_compile_validator($_, $ATTRIBUTES{$_})
98 2 4 0 $options{'class'} || caller
100 2 4 0 $options{'buildargs'} || $default_buildargs
325 6 0 0 eval { do { require mro } } or eval { do { require MRO::Compat } }