NAME
no-test
SYNOPSIS
my $sum;
$sum = 1; # => 1
The following is invalid. So it should not be tested.
my $sum;
$sum = 1; # => 2
AUTHOR
moznion <moznion@gmail.com>
no-test
my $sum;
$sum = 1; # => 1
The following is invalid. So it should not be tested.
my $sum;
$sum = 1; # => 2
moznion <moznion@gmail.com>