| blib/lib/Net/Async/SPORE/Loader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 10 | 40.0 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 0 | 1 | unless open my $fh, '<', $file |
| 114 | 0 | 1 | unless my $spec = delete $args{'spec'} |
| 115 | 0 | 1 | unless my $class = delete $args{'class'} |
| 122 | 0 | 0 | if (my(@missing) = grep((!exists($args{$_})), @{$$method_spec{'required_params'};})) |
| 198 | 0 | 4 | if $class->can($method) |