blib/lib/Fsdb/Filter/dbcolhisto.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
351 | 0 | 0 | 0 | defined $bucket_start and defined $bucket_end |
0 | 0 | 0 | defined $bucket_start and defined $bucket_width | |
0 | 0 | 0 | defined $bucket_start and defined $bucket_count | |
0 | 0 | 0 | defined $bucket_end and defined $bucket_width | |
0 | 0 | 0 | defined $bucket_end and defined $bucket_count | |
0 | 0 | 0 | defined $bucket_width and defined $bucket_count | |
411 | 0 | 0 | 0 | $x == $high_bucket || $b == $bucket_count and $self->{'_last_inclusive'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
316 | 0 | 0 | 0 | not defined $min or $x < $min |
317 | 0 | 0 | 0 | not defined $max or $x > $max |
369 | 0 | 0 | 0 | defined $bucket_width or defined $bucket_count |
411 | 0 | 0 | 0 | $x == $high_bucket || $b == $bucket_count |