Branch Coverage
| blib/lib/Syntax/Keyword/Junction/All.pm |
|
| Criterion |
Covered |
Total |
% |
| branch |
54 |
58 |
93.1
|
| line |
true |
false |
branch |
|
11
|
10 |
0 |
if ($] >= 5.010001) |
|
12
|
2 |
3 |
unless $other ~~ $_ |
|
|
3 |
0 |
if ($is_rhs) |
|
|
0 |
0 |
unless $_ ~~ $other |
|
36
|
5 |
31 |
if ref $_[1] eq 'Regexp' |
|
41
|
17 |
34 |
unless $_ == $test |
|
48
|
4 |
5 |
if ref $_[1] eq 'Regexp' |
|
53
|
2 |
9 |
unless $_ != $test |
|
62
|
17 |
11 |
if $switch |
|
65
|
4 |
19 |
unless $_ >= $test |
|
74
|
5 |
8 |
if $switch |
|
77
|
5 |
9 |
unless $_ > $test |
|
86
|
3 |
20 |
if $switch |
|
89
|
11 |
31 |
unless $_ <= $test |
|
98
|
3 |
8 |
if $switch |
|
101
|
6 |
11 |
unless $_ < $test |
|
111
|
1 |
3 |
unless $_ eq $test |
|
121
|
1 |
3 |
unless $_ ne $test |
|
130
|
3 |
6 |
if $switch |
|
133
|
2 |
8 |
unless $_ ge $test |
|
142
|
3 |
6 |
if $switch |
|
145
|
4 |
4 |
unless $_ gt $test |
|
154
|
3 |
6 |
if $switch |
|
157
|
2 |
8 |
unless $_ le $test |
|
166
|
3 |
6 |
if $switch |
|
169
|
4 |
4 |
unless $_ lt $test |
|
179
|
3 |
10 |
unless $_ =~ /$test/ |
|
189
|
2 |
9 |
if $_ =~ /$test/ |
|
199
|
3 |
9 |
unless $_ |