Branch Coverage

blib/lib/DCI/Cast.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
12 0 59 unless $direct_core
15 0 59 unless $context
22 1 58 if (@allowed_cores and not grep({$direct_core->isa($_);} @allowed_cores))
28 6 52 if &Scalar::Util::blessed($true_core) and $true_core->isa('DCI::Cast')
92 52 71 unless &Scalar::Util::blessed($self)