blib/lib/Test/MasterData/Declare/Compare/RowHash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 10 | unless $exists |
21 | 0 | 10 | unless $got |
22 | 0 | 10 | unless ref $got |
23 | 0 | 10 | unless &blessed($got) |
24 | 0 | 10 | unless $got->isa($self->object_base) |
33 | 0 | 2 | unless defined $name |
71 | 6 | 0 | defined $out ? : |
89 | 9 | 1 | unless $delta |
91 | 1 | 0 | if ($got and &blessed($got) and $got->isa('Test::MasterData::Declare::Row')) |