lib/BoutrosLab/TSVStream/IO/Role/Reader/Fixed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 2 | 12 | 81 | $#$class_fields <= $#$stream_fields && &all(sub { uc $stream_fields->[$_] eq uc $class_fields->[$_]; } , 0 .. $#$class_fields) |
163 | 66 | 5 | 6 | not $is_head and $self->header eq 'auto' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 0 | 0 | $is_pre ||= $self->_is_comment->($lline) |
163 | 18 | 0 | 77 | $none or not $is_head and $self->header eq 'auto' |
174 | 6 | 3 | 62 | $die or not $is_head |