| blib/lib/Pcore/Util/Data.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 29 | 10.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | $args{'readable'} and $type != $DATA_TYPE_CBOR |
| 302 | 0 | 8 | 0 | $args{'cipher'} and defined $args{'secret'} |
| 412 | 8 | 0 | 0 | wantarray and $args{'return_token'} |
| 580 | 0 | 0 | 0 | XXX && $_[0]->isa('Pcore::Util::Hash::Multivalue') |
| 713 | 0 | 0 | 0 | length $buf > $max_mlen and $mlen < $max_mlen |
| line | l | !l | condition |
|---|---|---|---|
| 246 | 0 | 0 | $args{'compress'} // 0 |
| 0 | 0 | $args{'secret_index'} // 0 | |
| 0 | 0 | $args{'encode'} // 0 | |
| 341 | 0 | 5 | $args{'perl_ns'} || '_Pcore::CONFIG::SANDBOX' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 625 | 0 | 0 | 0 | $$encoding{$args{'encoding'}} //= &Encode::find_encoding($args{'encoding'}) |
| 654 | 0 | 0 | 0 | $$encoding{$args{'encoding'}} //= &Encode::find_encoding($args{'encoding'}) |