| blib/lib/App/PS1/Plugin/Branch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 26 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 29 | 0 | 0 | 0 | length $branch == 40 and $branch =~ /^[\da-f]+$/ | 
| 52 | 0 | 0 | 0 | $self->cols && $self->cols > 40 | 
| 89 | 0 | 0 | 0 | $staged ne '?' and $staged ne ' ' | 
| 90 | 0 | 0 | 0 | $unstaged ne '?' and $unstaged ne ' ' | 
| 91 | 0 | 0 | 0 | $staged eq '?' and $unstaged eq '?' | 
| line | l | !l | condition | 
|---|---|---|---|
| 54 | 0 | 0 | $self->cols || 80 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 96 | 0 | 0 | 0 | $chars[$status{'staged'}] || $chars[36] | 
| 97 | 0 | 0 | 0 | $chars[$status{'unstaged'}] || $chars[36] | 
| 98 | 0 | 0 | 0 | $chars[$status{'untracked'}] || $chars[36] |