Condition Coverage

blib/lib/MooseX/App/Plugin/Term/Meta/Attribute.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 $self->has_type_constraint and $self->type_constraint->is_a_type_of('Bool')
106 0 0 0 not $history_disable and defined $entry
0 0 0 not $history_disable and defined $entry and not $entry =~ /^\s*$/
0 0 0 not $history_disable and defined $entry and not $entry =~ /^\s*$/ and not $entry ~~ \@history
117 0 0 0 defined $return and not $return =~ /^\s*$/
189 0 0 0 defined $history[$history_index] and $history[$history_index] eq $return
233 0 0 0 defined $allowed and not $key =~ /$allowed/
269 0 0 0 ord $key == 10 || ord $key == 27 and not $self->is_required

or 3 conditions

line l !l&&r !l&&!r condition
269 0 0 0 ord $key == 10 || ord $key == 27