| blib/lib/FIX/Parser/FIX44.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 33 | 18.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 2 | 0 | 0 | length $self->{'_buf'} > 14 and not $self->{'_buf'} =~ /^8=FIX.4.4\x{01}9=[0-9]/ |
| 53 | 3 | 0 | 21 | @tags and $tags[0][0] != 10 |
| 71 | 3 | 0 | 0 | $tag->[0] == 167 and $tag->[1] ne 'FXSPOT' |
| 78 | 0 | 0 | 0 | $symbol and $symbol ne $tag->[1] |
| 86 | 0 | 0 | 0 | $date and $date ne $tag->[1] |
| 90 | 0 | 0 | 0 | $time and $time ne $tag->[1] |
| 102 | 0 | 0 | 3 | defined $price and $type |
| 124 | 0 | 0 | 0 | @tags and $tags[0][0] != 10 |
| 135 | 0 | 0 | 0 | @tags and $tags[0][0] != 10 |
| 151 | 0 | 0 | 0 | @tags and $tags[0][0] != 10 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 0 | 3 | 0 | $tag->[0] == 279 or $tag->[0] == 10 |