Condition Coverage
blib/lib/Dist/Zilla/Role/File/ChangeNotification.pm
Criterion
Covered
Total
%
condition
2
2
100.0
or 2 conditions
line
l
!l
condition
33
6
1
$watch_sub
||
sub
{
my
(
$file
,
$new_content
)
=
@_
;
die
'content of '
,
$file
->name
,
' has changed!'
;
}