blib/lib/Games/LMSolve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
46 | 0 | 0 | if (exists $args{'default_variant'}) |
96 | 0 | 0 | unless &GetOptions('g|game=s', \$variant, 'help|h|?', \$help, 'man', \$man) |
102 | 0 | 0 | if $help |
103 | 0 | 0 | if $man |
105 | 0 | 0 | unless (exists $self->{'games_solvers'}{$variant}) |
112 | 0 | 0 | if (ref $class eq 'CODE') { } |