Condition Coverage

blib/lib/Tangence/Meta/Type.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
54 0 79 141 @_ == 2 and $_[0] eq "list"
0 0 79 @_ == 2 and $_[0] eq "dict"

or 3 conditions

line l !l&&r !l&&!r condition
56 698 121 0 $PRIMITIVES{$sig} //= $class->new("member_type", $sig)
61 92 49 0 $LISTS{$membertype->sig} //= $class->new("aggregate", "list", "member_type", $membertype)
66 61 18 0 $DICTS{$membertype->sig} //= $class->new("aggregate", "dict", "member_type", $membertype)