Condition Coverage

blib/lib/ctflags/check.pm
Criterion Covered Total %
condition 5 33 15.1


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 defined $_[0] and $_[0] =~ /^$identifier_re$/o
54 0 0 27 defined $_[0] and $_[0] =~ /^$ns_re$/o
60 0 0 27 defined $_[0] and $_[0] =~ /^$flag_re$/o
72 0 0 0 defined $_[0] and $_[0] =~ /^$flagset_re$/o
78 0 0 0 defined $_[0] and $_[0] =~ /^$flagsetext_re$/o
84 0 0 0 defined $_[0] and $_[0] =~ /^$identifier_re$/o
95 0 0 0 defined $_[0] and $_[0] =~ /^$envname_re$/o
101 0 0 1 defined $_[0] and $_[0] =~ /^$cntprefix_re$/o
107 0 0 0 defined $_[0] and $_[0] =~ /^$package_re$/o
112 0 0 0 defined $_[0] and UNIVERSAL::isa($_[0], 'CODE')

or 3 conditions

line l !l&&r !l&&!r condition
66 12 9 0 not defined $_[0] or $_[0] =~ /^$value_re$/o