blib/lib/Perl/Lint/Policy/CodeLayout/ProhibitParensWithBuiltins.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
136 | 3 | 6 | 6 | $token->{'kind'} == 1 and $token_data ne 'and' |
9 | 1 | 5 | $token->{'kind'} == 1 and $token_data ne 'and' and $token_data ne 'or' | |
7 | 0 | 5 | $token->{'kind'} == 1 and $token_data ne 'and' and $token_data ne 'or' and $token_data ne 'xor' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
119 | 1 | 0 | 82 | $token_type == 65 or $token->{'kind'} == 1 |
136 | 0 | 0 | 15 | $token->{'type'} == 104 or $token->{'kind'} == 1 and $token_data ne 'and' and $token_data ne 'or' and $token_data ne 'xor' |