blib/lib/App/RecordStream/Operation/normalizetime.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 14 | 57.1 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 3 | unless $key |
36 | 0 | 3 | unless $threshold |
39 | 0 | 3 | unless ($threshold =~ /^[0-9.]+$/) |
44 | 0 | 0 | unless ($threshold =~ /^[0-9.]+$/) |
74 | 12 | 5 | unless ($this->{'EPOCH'}) |
76 | 0 | 12 | unless $time |
83 | 3 | 14 | if (not $strict and defined $prior_normalized_value and $prior_normalized_value == $normalized_time_prior_period) { } |