Condition Coverage

blib/lib/Test2/Compare.pm
Criterion Covered Total %
condition 24 24 100.0


and 3 conditions

line !l l&&!r l&&r condition
40 1 1 2 @BUILD and $_[0]
1 1 1 @BUILD and $_[0] and $BUILD[-1] == $_[0]
121 9502 312 10453 &blessed($thing) and $thing->isa("Test2::Compare::Base")
122 2430 5092 2931 $config->{'implicit_end'} and $thing->can("set_ending")
7522 2774 157 $config->{'implicit_end'} and $thing->can("set_ending") and not defined $thing->ending
147 7202 1612 238 $config->{'use_regex'} and $type eq "REGEXP"
150 7202 1610 2 $config->{'use_code'} and $type eq "CODE"

or 3 conditions

line l !l&&r !l&&!r condition
155 9 4 8795 $type eq "SCALAR" or $type eq "VSTRING"