Condition Coverage

blib/lib/Salvation/TC/Meta/Type.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
36 0 0 9 defined $args{'parent'} and blessed($args{'parent'})
0 0 9 defined $args{'parent'} and blessed($args{'parent'}) and $args{'parent'}->isa('Salvation::TC::Meta::Type')
54 0 0 74 defined $args{'base'} and blessed($args{'base'})
0 0 74 defined $args{'base'} and blessed($args{'base'}) and $args{'base'}->isa('Salvation::TC::Meta::Type')
69 150 153 53 exists $args{$key} and defined $args{$key}
303 53 0 exists $args{$key} and defined $args{$key} and ref $args{$key} ne 'CODE'
280 0 0 3 blessed $@ and $@->isa('Salvation::TC::Exception::WrongType')