Branch Coverage
blib/lib/Path/IsDev/Role/Matcher/Child/BaseName/MatchRegexp.pm
Criterion
Covered
Total
%
branch
2
4
50.0
line
true
false
branch
45
5
19
if
(
$child
->basename
=~
/$regexp/
)
70
0
0
if
$self
->_this_child_matchregexp
(
$result_object
,
$child
,
$regexp
)