lib/UR/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 30 | 56.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 2660 | 532 | 0 | $var_name =~ /_stem$/ and $UR::Util::Config{$var_name} |
152 | 0 | 0 | 40 | ref $first_values and ref $first_values eq 'ARRAY' |
254 | 51 | 0 | 306 | $i < @base_path_parts and $base_path_parts[$i] eq $target_path_parts[$i] |
653 | 3924 | 2488 | 181 | $comparison_operator and $comparison_operator =~ /^(\!|not)\s*(.*)/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 67 | 0 | 0 | Cwd::abs_path($_) || $_ |
40 | 38 | 0 | 0 | Cwd::abs_path($inc) || $inc |
464 | 0 | 0 | 0 | not $ENV{'UR_NR_CPU'} or $ENV{'UR_NR_CPU'} < 2 |
658 | 3924 | 6 | 2663 | not defined $comparison_operator or $comparison_operator eq '' |
666 | 32 | 77 | 0 | $subclass_suffix_for_builtin_symbolic_operator{$comparison_operator} || ucfirst lc $comparison_operator |
670 | 5694 | 718 | 0 | $subclass_suffix_for_builtin_symbolic_operator{$comparison_operator} || ucfirst lc $comparison_operator |