| blib/lib/Acme/Mitey/Cards/Card/Face.pm.mite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 0 | 12 | &blessed($args->{'deck'}) and $args->{'deck'}->isa("Acme::Mitey::Cards::Deck") |
| 85 | 0 | 12 | 0 | require Scalar::Util and &Scalar::Util::weaken($self->{'deck'}) |
| 138 | 0 | 0 | 15 | &blessed($coerced_value) and $coerced_value->isa("Acme::Mitey::Cards::Suit") |
| 153 | 0 | 0 | 15 | defined $args->{'face'} and not ref $args->{'face'} |
| 160 | 0 | 14 | 0 | not $no_build and @{[] unless $meta->{'BUILD'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 67 | 13 | 2 | 0 | $Mite::META{$class} ||= $class->__META__ |