Branch Coverage

blib/lib/String/FlexMatch.pm
Criterion Covered Total %
branch 19 30 63.3


line true false branch
32 0 17 @_ ? :
36 5 20 unless defined $_[1]
37 0 20 ref $_[1] eq 'Regexp' ? :
43 0 25 @_ ? :
48 0 10 unless defined $_[1]
49 0 10 ref $_[1] eq 'CODE' ? :
55 0 10 @_ ? :
65 0 16 unless defined $lhs
66 0 16 unless defined $rhs
67 16 0 ref $lhs && $lhs->isa('String::FlexMatch') ? :
69 0 16 ref $rhs && $rhs->isa('String::FlexMatch') ? :
71 17 15 unless ref $_
89 5 0 defined $self->code ? :
10 5 defined $self->regex ? :
1 15 defined $self->string ? :