line |
true |
false |
branch |
104
|
3 |
0 |
if exists $opts{'unstable'} |
105
|
3 |
0 |
if exists $opts{'fastout'} |
170
|
0 |
0 |
if ($UNSTABLE) { } |
186
|
1 |
377 |
if (scalar @_ == 3) { } |
|
17 |
360 |
elsif (ref $cmpfunc ne 'CODE') { } |
194
|
0 |
378 |
@STACK ? : |
198
|
5 |
373 |
if $cmpfunc eq $dies |
200
|
0 |
373 |
if ($@) { } |
201
|
0 |
0 |
if $@ |
207
|
0 |
0 |
if $pre and not $ok and @STACK |
208
|
0 |
373 |
if not $ok and $pre |
209
|
0 |
373 |
if not $ok and $FASTOUT |
219
|
0 |
342 |
if not $ok and $failmsg |
228
|
0 |
0 |
if $failmsg |
260
|
0 |
0 |
if $@ and @STACK |
316
|
0 |
18 |
unless defined $got |
317
|
0 |
18 |
unless ref $got |