Condition Coverage

blib/lib/Type/Alias.pm
Criterion Covered Total %
condition 14 16 87.5


and 3 conditions

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

or 2 conditions

line l !l condition
44 1 15 $options //= {}
45 1 15 $options->{'-as'} // "type"
64 10 5 $type_aliases //= []
80 5 9 $type_functions //= []
178 23 2 ref $type_args || ''