line |
!l |
l&&!r |
l&&r |
condition |
202
|
48 |
2 |
0 |
$header =~ /^M./ and $header ne 'MS' |
|
50 |
0 |
0 |
$header =~ /^M./ and $header ne 'MS' and $header ne 'M%' |
|
2 |
0 |
0 |
$header =~ /^M./ and $header ne 'MS' and $header ne 'M%' and $header ne 'MO' |
|
0 |
0 |
0 |
$header =~ /^M./ and $header ne 'MS' and $header ne 'M%' and $header ne 'MO' and $header ne 'MG' |
222
|
0 |
0 |
0 |
$player->{'name'} and not $player->{'name'} =~ /TOTALS/ |
|
0 |
0 |
0 |
$player->{'name'} and not $player->{'name'} =~ /TOTALS/ and not $player->{'name'} =~ /team penalty/i |
243
|
2 |
0 |
94 |
$player->{'No.'} and $player->{'No.'} =~ /\S/ |
|
2 |
14 |
80 |
$player->{'No.'} and $player->{'No.'} =~ /\S/ and not $player->{'No.'} =~ /\D/ |
244
|
2 |
90 |
4 |
$player->{'No.'} and $player->{'No.'} =~ /TOTALS/ |
287
|
80 |
80 |
1432 |
$field ne 'name' and $field ne 'POS' |