Branch Coverage

blib/lib/Perl/Critic/Policy/logicLAB/ProhibitShellDispatch.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
32 7 3 if (ref $elem eq 'PPI::Statement')
36 3 4 if ($word and $word =~ / \A #beginning of string (system|exec) \Z #end of string /msx)
48 1 2 if ($sibling and $sibling eq '->') { }
59 1 2 if (ref $elem eq 'PPI::Token::QuoteLike::Command')
64 1 1 if (ref $elem eq 'PPI::Token::QuoteLike::Backtick')