Branch Coverage

blib/lib/Tangence/Meta/Type.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
55 820 220 if (@_ == 1) { }
141 79 elsif (@_ == 2 and $_[0] eq 'list') { }
79 0 elsif (@_ == 2 and $_[0] eq 'dict') { }
85 54 475 if $sig =~ /^list\((.*)\)$/u
88 45 430 if $sig =~ /^dict\((.*)\)$/u