blib/lib/Module/Math/Depends.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 20 | 30.0 |
line | true | false | branch |
---|---|---|---|
60 | 0 | 1 | unless my $hash = _HASH(shift()) |
90 | 0 | 2 | unless my $name = _CLASS(shift()) |
92 | 0 | 2 | ref $_[0] ? : |
2 | 0 | defined $_[0] ? : | |
97 | 0 | 2 | unless (defined $version) |
100 | 0 | 2 | if ($$self{$name}) { } |
101 | 0 | 0 | if ($version > $$self{$name}) |
123 | 0 | 0 | unless my $from = _INSTANCE(shift(), 'Module::Math::Depends') |
126 | 0 | 0 | if ($$self{$name}) { } |
127 | 0 | 0 | if ($$from{$name} > $$self{$name}) |