blib/lib/Mock/App/Git/Workflow/Repository.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
40 | 0 | 118 | if @_ and ref $_[0] ne "HASH" |
56 | 0 | 494 | if $called eq "DESTROY" |
59 | 2 | 492 | unless (@{$self->{'data'};}) |
64 | 0 | 492 | if ref $self->{'data'} ne "ARRAY" |
65 | 0 | 492 | if ref $self->{'data'}[0] ne "HASH" |
69 | 2 | 490 | if ($action ne $called) |
77 | 230 | 260 | if (wantarray) { } |
78 | 0 | 230 | if (not $return && ref $return or ref $return ne "ARRAY") |