Branch Coverage

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


line true false branch
27 0 3 unless ref $traitdesc eq 'ARRAY'
45 5 0 if $yah
60 0 4 unless defined $spec
63 3 1 if ref $spec eq 'ARRAY'
66 0 1 if ref $spec eq 'HASH'
69 1 0 if ref $spec eq 'CODE'
72 0 0 if &blessed($spec) and $spec->isa('Moose::Meta::TypeConstraint')