Condition Coverage

blib/lib/Type/Alias.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
77 2 0 82 $v->can("check") and $v->can("get_message")
97 0 1 17 @_ == 1 and ref $_[0] eq "ARRAY"

or 2 conditions

line l !l condition
24 1 14 $options //= {}
25 1 14 $options->{'-as'} // "type"
44 9 5 $type_aliases //= []
60 5 8 $type_functions //= []
119 21 0 ref $type_args || ''