Branch Coverage

blib/lib/Venus/Role/Coercible.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
29 0 0 $self->can('coerce') ? :
47 1 1 unless @args
62 2 47 if (my $method = $self->can("coerce_into_$name"))
65 0 47 if (&Scalar::Util::blessed($value) and $value->isa($class)) { }
80 2 41 if $#_ < 4
82 34 9 if (my $method = $self->can("coerce_$name")) { }
95 0 35 unless %$spec