blib/lib/CatalystX/CRUD/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
59 | 0 | 0 | unless my $iterator = shift() |
60 | 0 | 0 | unless my $cxco_class = shift() |
64 | 0 | 0 | unless ($iterator->can("next")) |
68 | 0 | 0 | unless ($cxco_class->can("new")) |
72 | 0 | 0 | unless ($cxco_class->isa("CatalystX::CRUD::Object")) |
96 | 0 | 0 | unless $next |
112 | 0 | 0 | if ($self->{'iterator'}->can("finish")) |