blib/lib/mop/class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
43 | 1 | 385 | if (my(@nometa) = grep({not mop::meta($_);} @{$self->roles;})) |
47 | 377 | 8 | if ($self->superclass and my $meta = mop::meta($self->superclass)) { } |
57 | 7 | 1 | if $self->superclass |
73 | 5 | 1576 | if $self->is_abstract |
79 | 3287 | 0 | if (my $m = mop::meta($_)) { } |
88 | 3876 | 5947 | if (exists $args{$attr->key_name}) { } |
106 | 240 | 0 | if (my $m = mop::meta($_)) |
115 | 524 | 145 | $attr->has_data_in_slot_for($instance) ? : |