| blib/lib/App/mimi.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 17 | 58.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 1 | 11 | $self->{'schema'} and -d $self->{'schema'} |
| 59 | 4 | 4 | 1 | $last_migration and $last_migration->{'status'} ne 'success' |
| 73 | 0 | 0 | 8 | $no and $name |
| 77 | 4 | 4 | 0 | $last_migration and $no <= $last_migration->{'no'} |
| line | l | !l | condition |
|---|---|---|---|
| 60 | 0 | 1 | $last_migration->{'error'} ||= 'Unknown error' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 155 | 0 | 0 | 2 | not $last_migration or $last_migration->{'status'} eq 'success' |