| blib/lib/IO/Uncompress/Adapter/Lzf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 22 | 59.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 45 | 22 | 144 | if ($usize <= 127) { } | 
| 116 | 28 | elsif ($usize <= 2047) { } | |
| 28 | 0 | elsif ($usize <= 65535) { } | |
| 0 | 0 | elsif ($usize <= 2097151) { } | |
| 0 | 0 | elsif ($usize <= 67108863) { } | |
| 0 | 0 | elsif ($usize <= 2147483647) { } | |
| 101 | 73 | 279 | unless length $$from | 
| 106 | 0 | 279 | if (length $$from == $outSize) | 
| 115 | 113 | 166 | if ($self->{'Identity'}) { } | 
| 129 | 2 | 277 | if ($@ or not defined $to) | 
| 131 | 2 | 0 | if $@ |