lib/Kafka/Internals.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
236 | 36521 | 23 | if @_ == 1 and exists $_debug_levels{$class} |
239 | 9 | 22 | if (defined $flags) |
243 | 8 | 4 | if (scalar @elements > 1) { } |
273 | 5 | 57 | unless ($dumper) |
285 | 8 | 54 | if (overload::Overloaded($value) and overload::Method($value, '""')) { } |
314 | 0 | 825 | unless $got and $format =~ /\%/ |
318 | 0 | 1821 | if $1 eq '%%' |
322 | 0 | 825 | unless $got == $expected |
325 | 62 | 1753 | ref $_ ? : |
6 | 1815 | !defined($_) ? : |