blib/lib/App/Git/Workflow/Repository.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | @dir > 1 and not -d "File::Spec"->catdir(@dir, ".git") |
71 | 0 | 0 | 0 | $self and $self->{'git'} |
line | l | !l | condition |
---|---|---|---|
27 | 0 | 0 | @_ || undef |
36 | 0 | 0 | 'File::Spec'->catdir(@dir) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 0 | 0 | 0 | $last || 'App::Git::Workflow::Repository'->new |