Branch Coverage

blib/lib/MooseX/ConstructInstance.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
17 1 1 if ($_[0] eq '-with')
40 0 9 if (my $ref = ref $class)
42 0 0 if ($ref ne 'CODE')
48 0 0 unless &Scalar::Util::blessed($class)
51 0 0 unless overload::Method($class, '&{}')