line |
!l |
l&&!r |
l&&r |
condition |
202
|
96 |
4 |
0 |
$header =~ /^M./ and $header ne 'MS' |
|
100 |
0 |
0 |
$header =~ /^M./ and $header ne 'MS' and $header ne 'M%' |
|
4 |
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
|
4 |
0 |
188 |
$player->{'No.'} and $player->{'No.'} =~ /\S/ |
|
4 |
28 |
160 |
$player->{'No.'} and $player->{'No.'} =~ /\S/ and not $player->{'No.'} =~ /\D/ |
244
|
4 |
180 |
8 |
$player->{'No.'} and $player->{'No.'} =~ /TOTALS/ |
287
|
160 |
160 |
2864 |
$field ne 'name' and $field ne 'POS' |