| lib/Text/FixedWidth/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 20 | 65.0 |
| line | l | !l | condition |
|---|---|---|---|
| 296 | 0 | 0 | print "Invalid TimestampToEpochFields value, Value should be ARRAYREF\n" and return undef |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 434 | 0 | 4 | 18 | defined $line and defined $string_mapper |
| 447 | 180 | 6 | 4 | ref $field_map eq 'HASH' and $field ne 'Rule' |
| 469 | 0 | 150 | 10 | $self->{'time_to_epoch_fields'} and $self->{'time_to_epoch_fields'}{$field} |
| 483 | 143 | 2 | 15 | !defined($column_val) || $column_val =~ /$is_empty/ and $self->is_empty_undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 483 | 0 | 17 | 143 | !defined($column_val) || $column_val =~ /$is_empty/ |
| 612 | 10 | 0 | 0 | $tz || $self->get_default_timezone |