| blib/lib/DBIx/Squirrel/util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 27 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 0 | 22 | 1 == @_ and UNIVERSAL::isa($_[0], "ARRAY") |
| 408 | 0 | 0 | 6 | 1 == @_ and UNIVERSAL::isa($_[0], "ARRAY") |
| 414 | 10 | 18 | 15 | $n and UNIVERSAL::isa($_[0][$n - 1], "CODE") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 162 | 1 | 0 | 1 | $format or $@ |
| 218 | 2 | 0 | 1 | $format or $@ |
| 275 | 3 | 1 | 1 | $format or $@ |
| 366 | 0 | 0 | 0 | $filename =~ /\.encrypted\b/ or $options->{'decrypt'} |
| 368 | 0 | 0 | 0 | $filename =~ /\.bz2\b/ or $options->{'uncompress'} |
| 370 | 0 | 0 | 0 | $filename =~ /\.json\b/ or $options->{'unmarshal'} |