Condition Coverage

blib/lib/Module/CoreList.pm
Criterion Covered Total %
condition 35 57 61.4


and 3 conditions

line !l l&&!r l&&r condition
51 82 3 6 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/
85 0 6 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/ and &_looks_like_invocant($_[0])
92 1 0 2 defined $v and defined $version{$v}
97 2 1 0 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/
3 0 0 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/ and &_looks_like_invocant($_[0])
100 0 3 0 $module and exists $deprecated{$perl_version}{$module}
105 2 0 0 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/
2 0 0 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/ and &_looks_like_invocant($_[0])
124 33 0 1 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/
33 0 1 defined $_[1] and $_[1] =~ /\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z/ and &_looks_like_invocant($_[0])
20696 16 0 27 defined $_[1] and $_[1] =~ /^\w/
16 13 14 defined $_[1] and $_[1] =~ /^\w/ and &_looks_like_invocant($_[0])
20707 19 9 4 defined $final_release and $perl_version >= $final_release
22996 3750 0 820 $padded ne $version and $version == $padded

or 2 conditions

line l !l condition
38 0 4 shift() || ''
137 0 0 $version{$left_ver} || {}
138 0 0 $version{$right_ver} || {}

or 3 conditions

line l !l&&r !l&&!r condition
99 1 2 0 shift() || $]
20703 3 8 32 not defined $first_release or $first_release > $perl_version
20728 497 1 0 $delta{$rel} || $delta{sprintf '%0.6f', $rel}