Condition Coverage

blib/lib/Perl/Lint/Policy/InputOutput/RequireBracedFileHandleWithPrint.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
21 57 121 0 $token_type == 70 and $token_data eq 'print' || $token_data eq 'printf' || $token_data eq 'say'
43 67 6 37 $first_arg_type == 194 || $first_arg_type == 191 || $first_arg_type == 166 || $first_arg_type == 122 and $second_arg_kind != 1
73 12 25 $first_arg_type == 194 || $first_arg_type == 191 || $first_arg_type == 166 || $first_arg_type == 122 and $second_arg_kind != 1 and $second_arg_type != 104
18 0 25 $first_arg_type == 194 || $first_arg_type == 191 || $first_arg_type == 166 || $first_arg_type == 122 and $second_arg_kind != 1 and $second_arg_type != 104 and $second_arg_type != 9

or 3 conditions

line l !l&&r !l&&!r condition
21 108 13 0 $token_data eq 'print' || $token_data eq 'printf' || $token_data eq 'say'
27 47 47 450 $token_type == 107 or $token_type == 108
43 32 7 67 $first_arg_type == 194 || $first_arg_type == 191 || $first_arg_type == 166 || $first_arg_type == 122