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
29 2 0 0 $spec{$attr}{'isa'} and not &blessed($spec{$attr}{'isa'})
32 2 0 0 $spec{$attr}{'isa'} and not $spec{$attr}{'isa'}->can('compiled_check')
35 2 0 0 $spec{$attr}{'default'} and not $spec{$attr}{'lazy'}
38 1 1 0 $spec{$attr}{'builder'} and not $spec{$attr}{'lazy'}