| line |
!l |
l&&!r |
l&&r |
condition |
|
188
|
0 |
0 |
0 |
$self->{'auth'} && !$self->ioloop->{'__exit__'} |
|
481
|
0 |
0 |
0 |
$notifycb and ref $notifycb ne 'CODE' |
|
506
|
0 |
0 |
0 |
$notifycb and not $job_id2 |
|
|
0 |
0 |
0 |
$notifycb and not $job_id2 and not $outargs |
|
509
|
0 |
0 |
0 |
$self->{'json'} and ref $outargs |
|
533
|
0 |
0 |
0 |
not $e and $r |
|
|
0 |
0 |
0 |
not $e and $r and $r =~ /pong/u |
|
750
|
0 |
0 |
0 |
ref $outargs eq 'HASH' and $outargs->{'error'} |
|
756
|
0 |
0 |
0 |
$undo and $action->{'undocb'} |
|
774
|
0 |
0 |
0 |
$undo and $action->{'undocb'} |
|
797
|
0 |
0 |
0 |
$outargs and ref $outargs eq 'HASH' |
|
819
|
0 |
0 |
0 |
$_[1]->() and $active |
|
825
|
0 |
0 |
0 |
$_[1]->() and $reactor->is_running |
|
827
|
0 |
0 |
0 |
$reactor->{'running'} &&= $reactor->{'running'} - 1 |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
59
|
0 |
0 |
0 |
$args{'ioloop'} // 'Mojo::IOLoop'->singleton |
|
61
|
0 |
0 |
0 |
$args{'log'} // 'Mojo::Log'->new('level', $debug ? 'debug' : 'info') |
|
78
|
0 |
0 |
0 |
$args{'jsonobject'} // 'JSON::MaybeXS'->new('utf8', 1, 'allow_nonref', 1) |
|
267
|
0 |
0 |
0 |
$args{'timeout'} // $self->timeout * 5 |
|
524
|
0 |
0 |
0 |
$timeout //= $self->timeout |
|
620
|
0 |
0 |
0 |
$args{'mode'} // ($args{'async'} ? 'async' : 'sync') |
|
624
|
0 |
0 |
0 |
$args{'workername'} // "$self->{'who'} $host $0 $$" |