blib/lib/Simulation/Automate/PostProcessors.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | $xvar and @{$simdata{$xvar};} > 1 |
254 | 0 | 0 | 0 | not $logscale =~ /nologscale/ and $logscale =~ /x/i |
255 | 0 | 0 | 0 | $xstart && $xstart > 0 |
256 | 0 | 0 | 0 | $xstart && $xstop > 0 |
311 | 0 | 0 | 0 | not $condition_met and eval "$value$cond" |
line | l | !l | condition |
---|---|---|---|
182 | 0 | 0 | $simdata{'NSIGMAS'} || 1.96 |
220 | 0 | 0 | $simdata{'NSIGMAS'} || 1.96 |
245 | 0 | 0 | $simdata{'NBINS'} || 20 |
246 | 0 | 0 | $simdata{'BINWIDTH'} || 1 |
247 | 0 | 0 | $simdata{'MIN'} || 'CALC' |
248 | 0 | 0 | $simdata{'MAX'} || 'CALC' |