Branch Coverage

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


line true false branch
32 4 5 if ref $_[1] eq 'Regexp'
34 2 7 unless $_ == $_[1]
39 4 5 if ref $_[1] eq 'Regexp'
41 2 9 unless $_ != $_[1]
46 3 6 if $_[2]
48 2 12 unless $_ >= $_[1]
53 2 6 if $_[2]
55 3 9 unless $_ > $_[1]
60 3 6 if $_[2]
62 2 12 unless $_ <= $_[1]
67 3 5 if $_[2]
69 3 8 unless $_ < $_[1]
75 1 3 unless $_ eq $_[1]
81 1 2 unless $_ ne $_[1]
86 3 6 if $_[2]
88 2 8 unless $_ ge $_[1]
93 3 6 if $_[2]
95 4 4 unless $_ gt $_[1]
100 3 6 if $_[2]
102 2 8 unless $_ le $_[1]
107 3 6 if $_[2]
109 4 4 unless $_ lt $_[1]
115 2 6 unless $_ =~ /$_[1]/
121 2 8 if $_ =~ /$_[1]/
127 3 4 unless $_
139 2 3 if ref $_[1] eq 'Regexp'
141 2 3 if $_ == $_[1]
146 1 3 if ref $_[1] eq 'Regexp'
148 2 3 if $_ != $_[1]
153 3 6 if $_[2]
155 4 10 if $_ >= $_[1]
160 3 7 if $_[2]
162 5 11 if $_ > $_[1]
167 3 6 if $_[2]
169 4 6 if $_ <= $_[1]
174 3 6 if $_[2]
176 4 6 if $_ < $_[1]
182 1 2 if $_ eq $_[1]
188 1 3 if $_ ne $_[1]
193 3 6 if $_[2]
195 4 4 if $_ ge $_[1]
200 4 6 if $_[2]
202 4 5 if $_ gt $_[1]
207 3 6 if $_[2]
209 4 4 if $_ le $_[1]
214 3 7 if $_[2]
216 4 8 if $_ lt $_[1]
222 2 3 if $_ =~ /$_[1]/
228 0 0 unless $_ =~ /$_[1]/
234 2 3 if $_