Branch Coverage

blib/lib/MooseX/Traits.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
38 1 15 if (ref $_[0] eq 'HASH') { }
47 14 2 ref $traits ? :
50 0 16 unless $constructor
53 1 15 $hashref ? :
78 1 1 if ref $traits
80 2 0 if (@traits)