Condition Coverage

blib/lib/perl5i/2/SCALAR.pm
Criterion Covered Total %
condition 13 31 41.9


or 2 conditions

line l !l condition
20 26 1 $size //= 0
21 5 22 $char //= ' '
73 24 6 $args{'width'} // 76
74 30 0 $args{'separator'} // "\n"
216 0 0 eval { do { require POSIX; POSIX::localeconv() } } || {}

or 3 conditions

line l !l&&r !l&&!r condition
180 0 0 0 _get_from_locale('thousands_sep', $is_money) || $$defaults{'thousands_sep'}
15 0 0 $$opts{'separator'} // (_get_from_locale('thousands_sep', $is_money) || $$defaults{'thousands_sep'})
182 0 0 0 _get_grouping($is_money) || $$defaults{'grouping'}
15 0 0 $$opts{'grouping'} // (_get_grouping($is_money) || $$defaults{'grouping'})
184 0 0 0 _get_from_locale('decimal_point', $is_money) || $$defaults{'decimal_point'}
15 0 0 $$opts{'decimal_point'} // (_get_from_locale('decimal_point', $is_money) || $$defaults{'decimal_point'})
251 2 1 4 not $file =~ /\.pm$/ or 'File::Spec'->file_name_is_absolute($path)