Condition Coverage

blib/lib/Treex/PML/Schema/Derive.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 $schema->get_decl_type == 22 and $opts->{'no_template_derive'}
0 0 0 $schema->get_decl_type == 14 and $opts->{'no_derive'}
39 0 0 0 defined $source and length $source
42 0 0 0 defined $name and length $name
43 0 0 0 exists $schema->{'type'}{$name} and $source ne $name
110 0 0 0 $attr eq 'type' and not exists $target_container->{'type'}

or 2 conditions

line l !l condition
65 0 0 $target_structure->{'member'} ||= {}
89 0 0 $target_sequence->{'element'} ||= {}
124 0 0 $target_container->{'attribute'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 $derive->{'name'} ||= $$derive{-'name'}
34 0 0 0 $schema->get_decl_type == 22 and $opts->{'no_template_derive'} or $schema->get_decl_type == 14 and $opts->{'no_derive'}
149 0 0 0 $seen{$_}++ || exists $delete{$_}