Branch Coverage

blib/lib/Data/Rx/Type/MooseTC.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
19 0 2 unless my $mt = $$arg{'moose_type'}
23 0 2 if (ref $mt) { }
31 0 2 unless $tc->isa('Moose::Meta::TypeConstraint')
40 1 2 unless ($$self{'tc'}->check($value))