blib/lib/Ubic/Service/Hypnotoad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 0 | 0 | $$self{'start_time'} and $$self{'start_time'} + $$self{'wait_status'}{'time_to_wait'} > time |
83 | 0 | 0 | 0 | $$self{'stop_time'} and $$self{'stop_time'} + $$self{'wait_status'}{'time_to_wait'} > time |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 0 | $$opt{'bin'} // 'hypnotoad' |
22 | 0 | 0 | $$opt{'app'} // '' |
27 | 0 | 0 | $$opt{'env'} // {} |
45 | 0 | 0 | $$wait_status{'step'} // 0.1 |
46 | 0 | 0 | $$wait_status{'trials'} // 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 0 | 0 | 0 | $$opt{'pid_file'} // dirname($app) . '/hypnotoad.pid' |
88 | 0 | 0 | 0 | $pid == $old_pid or $i > 5 |