| blib/lib/DBIx/Fast/Profiler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 180 | 0 | 0 | $stats->{'query_types'}{$type} ||= {"count", 0, "total_time", 0, "min_time", undef, "max_time", 0, "avg_time", 0} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | not defined $stats{$type}{'min_time'} or $query->{'duration'} < $stats{$type}{'min_time'} |
| 95 | 0 | 0 | 0 | not defined $stats{$type}{'max_time'} or $query->{'duration'} > $stats{$type}{'max_time'} |
| 167 | 0 | 0 | 0 | not defined $stats->{'min_time'} or $query->{'duration'} < $stats->{'min_time'} |
| 192 | 0 | 0 | 0 | not defined $type_stats->{'min_time'} or $query->{'duration'} < $type_stats->{'min_time'} |