Condition Coverage

blib/lib/ExtUtils/Builder/Util.pm
Criterion Covered Total %
condition 3 15 20.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 5 "File::Spec"->file_name_is_absolute($^X) and not &tainted($^X)
74 0 0 0 $in_curlies and /\G\}/cgm
0 0 0 $in_curlies and /\G,/cgm

or 3 conditions

line l !l&&r !l&&!r condition
19 0 5 0 $opts{'config'} // "ExtUtils::Config"->new
61 0 1 0 $cache{$input} ||= do { my $regex = _glob_to_regex_string($input); qr/^$regex$/ }