| blib/lib/Kafka/Consumer/Avro.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 118 | 0 | 0 | unless exists $params{'SchemaRegistry'} |
| 120 | 0 | 0 | unless ref $params{'SchemaRegistry'} eq $schema_registry_class |
| 146 | 0 | 0 | unless (defined $Kafka::Consumer::Avro::schemas->[$schema_id]) |
| 159 | 0 | 0 | unless $message->isa('Kafka::Message') |
| 162 | 0 | 0 | unless $sr->isa('Confluent::SchemaRegistry') |