Branch Coverage
| blib/lib/Syntax/Keyword/Junction/Any.pm |
|
| Criterion |
Covered |
Total |
% |
| branch |
50 |
50 |
100.0
|
| line |
true |
false |
branch |
|
39
|
5 |
10 |
if ref $_[1] eq "Regexp"
|
|
44
|
7 |
7 |
if $_ == $test
|
|
51
|
3 |
3 |
if ref $_[1] eq "Regexp"
|
|
56
|
2 |
3 |
if $_ != $test
|
|
65
|
3 |
7 |
if $switch
|
|
68
|
5 |
12 |
if $_ >= $test
|
|
77
|
6 |
6 |
if $switch
|
|
80
|
4 |
9 |
if $_ > $test
|
|
89
|
3 |
6 |
if $switch
|
|
92
|
4 |
6 |
if $_ <= $test
|
|
101
|
3 |
9 |
if $switch
|
|
104
|
7 |
8 |
if $_ < $test
|
|
114
|
2 |
2 |
if $_ eq $test
|
|
124
|
1 |
3 |
if $_ ne $test
|
|
133
|
3 |
6 |
if $switch
|
|
136
|
4 |
4 |
if $_ ge $test
|
|
145
|
4 |
6 |
if $switch
|
|
148
|
4 |
5 |
if $_ gt $test
|
|
157
|
3 |
6 |
if $switch
|
|
160
|
4 |
4 |
if $_ le $test
|
|
169
|
3 |
7 |
if $switch
|
|
172
|
4 |
8 |
if $_ lt $test
|
|
182
|
2 |
9 |
if $_ =~ /$test/
|
|
192
|
2 |
7 |
unless $_ =~ /$test/
|
|
202
|
2 |
3 |
if $_
|