| line |
l |
!l&&r |
!l&&!r |
condition |
|
323
|
0 |
0 |
0 |
$self->{'opt_hr'}{$name} // $self->{'conf_hr'}{$name} |
|
|
0 |
0 |
0 |
($self->{'opt_hr'}{$name} // $self->{'conf_hr'}{$name}) // $alt_hr->{$name} |
|
|
0 |
0 |
0 |
(($self->{'opt_hr'}{$name} // $self->{'conf_hr'}{$name}) // $alt_hr->{$name}) // $default_value |
|
348
|
0 |
0 |
0 |
$self->opt('q') or $self->opt('no_errors') |
|
357
|
0 |
0 |
0 |
$self->opt('q') or $self->opt('no_warnings') |
|
381
|
0 |
0 |
0 |
$sensor_string // $self->opt('s', $self->opt('sensor', 25407, $opt_hr), $opt_hr) |
|
423
|
0 |
0 |
0 |
$opt_hr //= $opt_hr |
|
463
|
0 |
0 |
0 |
$conc > 500 or $conc < 0.05 |
|
479
|
0 |
0 |
0 |
$self->opt('http_or', undef, $opt_hr) // 'HTTP::Tiny'->new |
|
491
|
0 |
0 |
0 |
$name //= $results_hr->{'Label'} |
|
507
|
0 |
0 |
0 |
$name //= $sensor |
|
620
|
0 |
0 |
0 |
not $ppm or abs $ppm - $low_ppm < $low_ppm * $self->opt('prune_threshold', 0.1, $opt_hr) |