Condition Coverage

blib/lib/Perl/Lint/Policy/Subroutines/ProhibitReturnSort.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
21 2 2 13 $$next_token{'type'} == 70 and $$next_token{'data'} eq 'sort'
26 49 13 1 $token_type == 70 and $$token{'data'} eq 'wantarray'
62 0 1 $token_type == 70 and $$token{'data'} eq 'wantarray' and $is_in_postposition_if
53 5 1 1 $token_type == 70 and $$token{'data'} eq 'wantarray'
65 0 0 1 $next_token and $$next_token{'type'} == 70
0 1 0 $next_token and $$next_token{'type'} == 70 and $$next_token{'data'} eq 'sort'