Help for this page
if ( defined( $this->{N}[$1] ) ) { my $testedNVal = $this->{N}[$1]{Val}; ... }
if ( $this->{N}[$1] ) { my $testedNVal = $this->{N}[$1]{Val}; ... }