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