Branch Coverage

lib/List/Objects/WithUtils/Array/Junction.pm
Criterion Covered Total %
branch 98 100 98.0


line true false branch
30 4 5 if ref $_[1] eq 'Regexp'
32 2 7 unless $_ == $_[1]
37 4 5 if ref $_[1] eq 'Regexp'
39 2 9 unless $_ != $_[1]
44 3 6 if $_[2]
46 2 12 unless $_ >= $_[1]
51 2 6 if $_[2]
53 3 9 unless $_ > $_[1]
58 3 6 if $_[2]
60 2 12 unless $_ <= $_[1]
65 3 5 if $_[2]
67 3 8 unless $_ < $_[1]
73 1 3 unless $_ eq $_[1]
79 1 2 unless $_ ne $_[1]
84 3 6 if $_[2]
86 2 8 unless $_ ge $_[1]
91 3 6 if $_[2]
93 4 4 unless $_ gt $_[1]
98 3 6 if $_[2]
100 2 8 unless $_ le $_[1]
105 3 6 if $_[2]
107 4 4 unless $_ lt $_[1]
113 2 6 unless $_ =~ /$_[1]/
119 2 8 if $_ =~ /$_[1]/
125 3 4 unless $_
137 2 4 if ref $_[1] eq 'Regexp'
139 3 4 if $_ == $_[1]
144 1 3 if ref $_[1] eq 'Regexp'
146 2 3 if $_ != $_[1]
151 3 6 if $_[2]
153 4 10 if $_ >= $_[1]
158 3 7 if $_[2]
160 5 11 if $_ > $_[1]
165 3 6 if $_[2]
167 4 6 if $_ <= $_[1]
172 3 6 if $_[2]
174 4 6 if $_ < $_[1]
180 1 2 if $_ eq $_[1]
186 1 3 if $_ ne $_[1]
191 3 6 if $_[2]
193 4 4 if $_ ge $_[1]
198 4 6 if $_[2]
200 4 5 if $_ gt $_[1]
205 3 6 if $_[2]
207 4 4 if $_ le $_[1]
212 3 7 if $_[2]
214 4 8 if $_ lt $_[1]
220 2 3 if $_ =~ /$_[1]/
226 0 0 unless $_ =~ /$_[1]/
232 2 3 if $_