| blib/lib/GitStore.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 17 | 70.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 140 | 7 | 0 | 9 | @_ == 1 and not ref $_[0] |
| 422 | 1 | 1 | 0 | $regex and ref $regex ne 'Regexp' |
| 444 | 2 | 1 | 1 | $regex and not $f =~ /$regex/ |
| line | l | !l | condition |
|---|---|---|---|
| 347 | 14 | 10 | $message || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 82 | 14 | 24 | 0 | $dir ||= $self->root |
| 149 | 0 | 47 | 0 | $branch ||= $self->branch |