Branch Coverage

blib/lib/MooseX/AttributeTags.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
30 0 3 unless ref $traitdesc eq 'ARRAY'
47 5 0 if $yah
64 0 4 unless defined $spec
67 3 1 if ref $spec eq 'ARRAY'
70 0 1 if ref $spec eq 'HASH'
73 1 0 if ref $spec eq 'CODE'
76 0 0 if &blessed($spec) and $spec->isa('Moose::Meta::TypeConstraint')