Condition Coverage

blib/lib/Perl/Critic/Policy/Variables/ProhibitEvilVariables.pm
Criterion Covered Total %
condition 1 16 6.2


and 3 conditions

line !l l&&!r l&&r condition
283 0 0 0 $next and $next->isa("PPI::Structure::Subscript")

or 2 conditions

line l !l condition
206 0 0 $self->{'_evil_variables_regexes'} ||= []
211 0 0 $self->{'_evil_variables'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
189 0 0 0 $arguments{'description'} || $Perl::Critic::Policy::Variables::ProhibitEvilVariables::EMPTY
228 0 0 74 exists $self->{'_evil_variables'} || exists $self->{'_evil_variables_regexes'}
299 0 0 0 $description || qq[Prohibited variable "$variable" used]