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