lib/Kafka/Internals.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
242 | 36533 | 25 | if @_ == 1 and exists $_debug_levels{$class} |
245 | 9 | 24 | if (defined $flags) |
249 | 8 | 4 | if (scalar @elements > 1) { } |
279 | 5 | 57 | unless ($dumper) |
291 | 8 | 54 | if (overload::Overloaded($value) and overload::Method($value, '""')) { } |
320 | 0 | 823 | unless $got and $format =~ /\%/ |
324 | 0 | 1818 | if $1 eq '%%' |
328 | 0 | 823 | unless $got == $expected |
331 | 62 | 1751 | ref $_ ? : |
5 | 1813 | !defined($_) ? : |