Branch Coverage

blib/lib/Perl/Critic/Policy/logicLAB/RequireParamsValidate.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
42 3 1 if ($$words[0]->content eq 'sub' and not $$words[1]->content =~ /\b_\w+\b/msx)
58 1 8 if (any sub { $word->content eq $_; } , @params_validate_keywords)
64 1 2 if ($ok) { }