Branch Coverage

blib/lib/Tangence/Meta/Type.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
54 819 220 if (@_ == 1) { }
141 79 elsif (@_ == 2 and $_[0] eq 'list') { }
79 0 elsif (@_ == 2 and $_[0] eq 'dict') { }
84 54 474 if $sig =~ /^list\((.*)\)$/u
87 45 429 if $sig =~ /^dict\((.*)\)$/u
120 0 396 if $aggregate eq "prim"