Branch Coverage

blib/lib/Treex/Block/Util/Eval.pm
Criterion Covered Total %
branch 2 38 5.2


line true false branch
31 0 2 unless (&any(sub {
35 0 2 if ($arg_ref->{'doc'})
45 0 0 unless $self->expand_code
55 0 0 if ($self->document)
57 0 0 unless eval $to_eval
60 0 0 if ($self->_args->{'_bundle'})
63 0 0 if (not $self->select_bundles or $self->_is_bundle_selected->{$bundleNo})
74 0 0 if ($self->report_progress)
82 0 0 if ($self->bundle)
83 0 0 unless (eval $self->expand_eval_code($self->bundle))
89 0 0 unless $self->_args->{'_zone'}
105 0 0 if ($self->zone)
106 0 0 unless (eval $self->expand_eval_code($self->zone))
112 0 0 unless $zone->has_tree($layer)
115 0 0 if (my $code = $self->_args->{"${layer}tree"})
116 0 0 unless (eval $self->expand_eval_code("my \$${layer}tree = \$tree; $code"))
120 0 0 if (my $code = $self->_args->{"${layer}node"})
121 0 0 $layer =~ /[at]/ ? :
123 0 0 unless (eval $self->expand_eval_code("my \$${layer}node = \$node; $code;"))