Condition Coverage

blib/lib/Hydrogen/Topic/String.pm
Criterion Covered Total %
condition 2 36 5.5


and 3 conditions

line !l l&&!r l&&r condition
934 0 0 0 builtin::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 0 ref $_[0] and not !&re::is_regexp($_[0])
990 0 0 0 builtin::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 0 ref $_[0] and not !&re::is_regexp($_[0])
1183 0 0 0 builtin::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 1 ref $_[0] and not !&re::is_regexp($_[0])
1285 0 0 0 builtin::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 1 ref $_[0] and not !&re::is_regexp($_[0])
1541 0 0 0 @_ >= 1 and @_ <= 3
1550 0 0 0 defined $tmp and not ref $tmp
1563 0 0 0 defined $tmp and not ref $tmp

or 3 conditions

line l !l&&r !l&&!r condition
1586 0 0 0 $__signature ||= sub { ; }