blib/lib/Chess/Plisco/EPD/Record.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 70000 | unless (defined $ep_shift) |
34 | 0 | 280000 | unless ($ops =~ s/^$ws*([_a-zA_Z0-9]+)//) |
40 | 0 | 280000 | if exists $operations{$operation} |
44 | 70000 | 490038 | if ($ops =~ s/^$ws*"(.*?)"//) { } |
210038 | 280000 | elsif ($ops =~ s/^$ws*([^ \t;]+)//) { } | |
280000 | 0 | elsif ($ops =~ s/^$ws*;$ws*//) { } | |
81 | 612 | 612 | if (wantarray) { } |
611 | 1 | elsif (exists $self->operations->{$opcode}) { } | |
82 | 305 | 307 | unless $self->operations->{$opcode} |