| blib/lib/Ubic/Service/Hypnotoad.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 22 | 40.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 76 | 0 | 0 | 0 | $$self{'start_time'} and $$self{'start_time'} + $$self{'wait_status'}{'time_to_wait'} > time | 
| 86 | 0 | 0 | 0 | $$self{'stop_time'} and $$self{'stop_time'} + $$self{'wait_status'}{'time_to_wait'} > time | 
| line | l | !l | condition | 
|---|---|---|---|
| 21 | 1 | 0 | $$opt{'bin'} // 'hypnotoad' | 
| 23 | 2 | 0 | $$opt{'app'} // '' | 
| 30 | 0 | 2 | $$opt{'env'} // {} | 
| 48 | 1 | 1 | $$wait_status{'step'} // 0.1 | 
| 49 | 1 | 1 | $$wait_status{'trials'} // 10 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 26 | 1 | 1 | 0 | $$opt{'pid_file'} // catfile(dirname($app), 'hypnotoad.pid') | 
| 91 | 0 | 0 | 0 | $pid == $old_pid or $i > 5 |