blib/lib/Moose/Util/TypeConstraints/Builtins.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
138 | 6 | 4 | 1 | &blessed($_) and $_->isa("IO::Handle") |
10 | 1 | 1 | ref $_ eq "GLOB" and &Scalar::Util::openhandle($_) |
line | l | !l | condition |
---|---|---|---|
162 | 2 | 1 | Class::MOP::class_of($_) || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 1 | 1 | 53 | not defined $_ or $_ eq "" |
2 | 13 | 40 | not defined $_ or $_ eq "" or "$_" eq 1 | |
281 | 0 | 0 | 0 | not defined $_ or &$check($_) |