Condition Coverage

blib/lib/Hydrogen/Topic/String.pm
Criterion Covered Total %
condition 2 35 5.7


and 3 conditions

line !l l&&!r l&&r condition
933 0 0 0 &Scalar::Util::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 0 ref $_[0] and not !&re::is_regexp($_[0])
989 0 0 0 &Scalar::Util::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 0 ref $_[0] and not !&re::is_regexp($_[0])
1182 0 0 0 &Scalar::Util::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 1 ref $_[0] and not !&re::is_regexp($_[0])
1284 0 0 0 &Scalar::Util::blessed($_[0]) and $_[0]->isa("Regexp")
0 0 1 ref $_[0] and not !&re::is_regexp($_[0])
1540 0 0 0 @_ >= 1 and @_ <= 3
1549 0 0 0 defined $tmp and not ref $tmp
1562 0 0 0 defined $tmp and not ref $tmp

or 2 conditions

line l !l condition
1585 0 0 $__signature ||= sub { ; }