| blib/lib/MySQL/Compress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 0 | 17 | 0 | @_ && UNIVERSAL::isa($_[0], 'MySQL::Compress') |
| 89 | 2 | 2 | 13 | defined $source and length $source |
| 92 | 6 | 0 | 7 | defined $level and length $level == 1 |
| 6 | 0 | 7 | defined $level and length $level == 1 and $level =~ /^\d$/ | |
| 117 | 0 | 21 | 0 | @_ && UNIVERSAL::isa($_[0], 'MySQL::Compress') |
| 164 | 0 | 7 | 18 | @_ && UNIVERSAL::isa($_[0], 'MySQL::Compress') |