blib/lib/Alzabo/MethodMaker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 34 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | exists $p{$_} and not $p{$_} |
232 | 0 | 0 | 0 | $@ and not $@ =~ /^Can\'t locate .* in \@INC/ |
308 | 0 | 0 | 0 | @fk == 2 and $fk[0]->table_from eq $fk[0]->table_to |
0 | 0 | 0 | @fk == 2 and $fk[0]->table_from eq $fk[0]->table_to and $fk[1]->table_from eq $fk[1]->table_to | |
589 | 0 | 0 | 0 | scalar grep({$_->is_primary_key;} @to) == @to and $fk->table_to->primary_key_size == @to |
line | l | !l | condition |
---|---|---|---|
919 | 0 | 0 | $$store{'class'}{'by_group'}{$group} ||= [] |
941 | 0 | 0 | $store{$class} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
633 | 0 | 0 | 0 | $class->can($pre) or $class->can($post) |
902 | 0 | 0 | 0 | $$store{'methods'}{'by_group'}{$group} ||= 'Tie::IxHash'->new |
905 | 0 | 0 | 0 | $$store{'methods'}{'by_name'} ||= 'Tie::IxHash'->new |
939 | 0 | 0 | 0 | ref $class || $class |
1045 | 0 | 0 | 0 | ref $self || $self |