| blib/lib/VM/JiffyBox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 14 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 122 | 0 | 0 | 2 | exists $self->last->{'messages'}[0]{'type'} and $self->last->{'messages'}[0]{'type'} eq 'error' | 
| 146 | 0 | 0 | 0 | exists $self->last->{'messages'}[0]{'type'} and $self->last->{'messages'}[0]{'type'} eq 'error' | 
| line | l | !l | condition | 
|---|---|---|---|
| 59 | 0 | 0 | shift() || die('box_name as argument needed') | 
| 90 | 8 | 1 | shift() || die('box_id needed') | 
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|---|
| 105 | 1 | 1 | 1 | 1 | $args->{'backupid'} xor $args->{'distribution'} |