blib/lib/Siebel/Srvrmgr/Daemon/Condition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
225 | 10 | 18 | 16 | $self->get_cmd_counter == $self->max_cmd_idx and $self->is_output_used |
235 | 0 | 0 | 13 | $self->total_commands > 1 and $self->get_cmd_counter <= $self->max_cmd_idx |
306 | 17 | 1 | 10 | $self->is_output_used and $self->get_cmd_counter + 1 <= $self->max_cmd_idx |
336 | 18 | 0 | 0 | $self->max_cmd_idx == 1 and not $self->is_cmd_sent |