Condition Coverage

blib/lib/Raisin/Entity.pm
Criterion Covered Total %
condition 13 33 39.3


and 3 conditions

line !l l&&!r l&&r condition
72 14 0 0 &blessed($data) and $data->can('next')
0 0 0 &blessed($data) and $data->isa('Rose::DB::Object') || $data->isa('DBIx::Class::Core')
109 0 24 2 &blessed($obj) and $obj->condition
24 2 0 &blessed($obj) and $obj->condition and not $obj->condition->($data)
115 0 21 5 &blessed($obj) and my $runtime = $obj->runtime
0 19 2 &blessed($obj) and my $e = $obj->using
121 0 0 5 $retval and not ref $retval
0 2 3 $retval and not ref $retval and $retval =~ /^Raisin::Entity::Nested::/
163 0 0 0 &blessed($data->[0]) and $data->[0]->isa('Rose::DB::Object')

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 $data->isa('Rose::DB::Object') || $data->isa('DBIx::Class::Core')
14 0 0 ref $data eq 'HASH' or &blessed($data) and $data->isa('Rose::DB::Object') || $data->isa('DBIx::Class::Core')