blib/lib/Test/Mockify/Parameter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
21 | 1 | 85 | unless $self->{'ReturnValue'} |
35 | 3 | 11 | unless scalar @{$Parameters;} == scalar @{$self->{'ExpectedParams'};} |
42 | 5 | 84 | unless scalar @Params == scalar @{$self->{'ExpectedParams'};} |
45 | 61 | 69 | if (not $self->{'ExpectedParams'}[$i]{'Value'}) { } |
9 | 60 | elsif (ref $Params[$i] eq $self->{'ExpectedParams'}[$i]{'Value'}) { } | |
49 | 11 | elsif ('Data::Compare'->new->Cmp($Params[$i], $self->{'ExpectedParams'}[$i]{'Value'})) { } |