Branch Coverage

blib/lib/Venus/Box.pm
Criterion Covered Total %
branch 9 18 50.0


line true false branch
26 6 0 if (keys %$data == 1 and exists $data->{'value'})
53 0 3 unless (&Scalar::Util::blessed($value))
59 2 1 unless ($value->can($method))
60 2 0 if (my $handler = $self->can("__handle__$method")) { }
0 0 elsif (not $value->can('AUTOLOAD')) { }
72 1 0 if @$result == 1
73 0 1 if (&Scalar::Util::blessed($result)) { }
74 0 0 !UNIVERSAL::isa($result, 'Venus::Box') ? :
91 1 1 $code ? :