blib/lib/Mite/Project.pm.mite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 36 | 27.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 0 | 0 | 0 | &blessed($args->{'config'}) and $args->{'config'}->isa("Mite::Config") |
165 | 0 | 108 | 0 | not ref $value and !defined($value) || $value eq '' || $value eq '0' || $value eq '1' |
177 | 0 | 108 | 0 | not $no_build and @{[] unless $meta->{'BUILD'};} |
258 | 0 | 0 | 103 | &blessed($default_value) and $default_value->isa("Mite::Config") |
274 | 0 | 14 | 0 | not ref $_[1] and !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 0 | 105 | 0 | ref $class || $class |
78 | 3 | 105 | 0 | $Mite::META{$class} ||= $class->__META__ |
165 | 108 | 0 | 0 | !defined($value) || $value eq '' || $value eq '0' || $value eq '1' |
193 | 0 | 0 | 0 | $Mite::META{$class} ||= $class->__META__ |
200 | 5 | 0 | 0 | ref $self || $self |
201 | 5 | 0 | 0 | $Mite::META{$class} ||= $class->__META__ |
274 | 0 | 0 | 0 | !defined($_[1]) || $_[1] eq '' || $_[1] eq '0' || $_[1] eq '1' |