| blib/lib/Convos/Core.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 13 | 23.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 228 | 0 | 0 | 0 | $current and %$current |
| 472 | 0 | 0 | 0 | $_[1]{'message'} and $_[1]{'timestamp'} |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 2 | 34 | $ENV{'CONVOS_CONNECT_INTERVAL'} || 2 |
| 20 | 0 | 36 | $ENV{'CONVOS_DEBUG'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 0 | 0 | $$self{'connect_tid'} ||= 'Mojo::IOLoop'->recurring(2, sub { foreach my $conn (values %{$$self{'connections'};}) { next if --$$conn{'core_connect_timer'}; $conn->connect; last; }; } ) |