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