Branch Coverage

blib/lib/Perl/Critic/Utils/McCabe.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
72 5 2424 if $elem->isa("PPI::Statement::Sub")
75 313 2111 if ($elem->isa('PPI::Token::Word')) { }
133 1978 elsif ($elem->isa('PPI::Token::Operator')) { }
76 0 313 if is_hash_key($elem)
87 12 19 $logic_operators_and_keywords ? :
104 15 0 if ($keywords_ref)
123 3 12 if ($operators_ref)