blib/lib/ETL/Pipeline.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
392 | 17 | 0 | 0 | scalar @pairs == 1 and ref $pairs[0] eq 'HASH' |
450 | 25 | 0 | 0 | scalar @pairs == 1 and ref $pairs[0] eq 'HASH' |
944 | 36 | 1 | 25 | defined $code and ref $code eq 'CODE' |
994 | 22 | 47 | 0 | scalar @arguments == 1 and ref $arguments[0] eq 'ARRAY' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
857 | 7 | 2 | 2 | $self->has_mapping || $self->has_constants |