Condition Coverage

blib/lib/Perl/Critic/Config.pm
Criterion Covered Total %
condition 40 50 80.0


and 3 conditions

line !l l&&!r l&&r condition
248 75 2 2 $self->single_policy and scalar $self->policies != 1
482 0 2920 1 is_integer($verbosity) and not is_valid_numeric_verbosity($verbosity)
525 0 1 2914 $severity >= $Perl::Critic::Config::SEVERITY_LOWEST and $severity <= $Perl::Critic::Config::SEVERITY_HIGHEST
571 2918 1 2 defined $args_value and $args_value ne ""
583 0 1 2920 is_integer($top) and $top >= 0

or 2 conditions

line l !l condition
393 3 0 $Perl::Critic::Config::EVAL_ERROR || '<unknown reason>'

or 3 conditions

line l !l&&r !l&&!r condition
54 3 52 2866 defined $args{'-top'} or defined $args{'-theme'}
55 52 3 0 $args{'-severity'} ||= $Perl::Critic::Config::SEVERITY_LOWEST
114 6 1 2914 $args{'-force'} // $options_processor->force
115 6 1 2914 $args{'-only'} // $options_processor->only
116 2 0 2919 $args{'-color'} // $options_processor->color
118 4 0 2917 $args{'-allow-unsafe'} // $options_processor->allow_unsafe
121 2 0 2919 $args{'-criticism-fatal'} // $options_processor->criticism_fatal
139 28 53 2840 not defined $profile_source or $profile_source ne "NONE"
176 105 2657 36 $args{'-params'} || $args{'-config'}
229 10873 1 1 $policy->is_safe or $self->unsafe_allowed
686 0 0 2921 $pager ||= $Perl::Critic::Config::EMPTY