Condition Coverage

blib/lib/Basset/Machine.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
321 0 0 0 defined $self->state && $state eq $self->state || $state eq 'start' && !defined($self->state) and $self->reentry_is_fatal

or 3 conditions

line l !l&&r !l&&!r condition
321 0 0 0 defined $self->state && $state eq $self->state || $state eq 'start' && !defined($self->state)