Condition Coverage

blib/lib/MooX/XSConstructor.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
28 2 0 0 $spec{$attr}{'isa'} and not &blessed($spec{$attr}{'isa'})
31 2 0 0 $spec{$attr}{'isa'} and not $spec{$attr}{'isa'}->can('compiled_check')
34 2 0 0 $spec{$attr}{'default'} and not $spec{$attr}{'lazy'}
37 1 1 0 $spec{$attr}{'builder'} and not $spec{$attr}{'lazy'}