===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-30-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:31:is( refaddr( $fs->parent ), refaddr($form), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-32-
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-38-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:39:is( refaddr( $hidden->parent ), refaddr($fs), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-40-
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-46-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:47:is( refaddr( $rep->parent ), refaddr($fs), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-48-
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-55-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:56:    is( refaddr( $foo->parent ), refaddr($block), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-57-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:58:    is( refaddr( $foo->get_constraint->parent ), refaddr($foo), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-59-
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-63-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:64:    is( refaddr( $bar->parent ), refaddr($block), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-65-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:66:    is( refaddr( $bar->get_constraint->parent ), refaddr($bar), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-67-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:68:    is( refaddr( $bar->get_error->parent ), refaddr($bar), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-69-}
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-77-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:78:    is( refaddr( $foo->parent ), refaddr($block), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-79-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:80:    is( refaddr( $foo->get_constraint->parent ), refaddr($foo), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-81-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:82:    is( refaddr( $foo->get_error->parent ), refaddr($foo), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-83-
##############################################
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-85-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:86:    is( refaddr( $bar->parent ), refaddr($block), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-87-
libhtml-formfu-perl-2.07000/t/repeatable/clone.t:88:    is( refaddr( $bar->get_constraint->parent ), refaddr($bar), );
libhtml-formfu-perl-2.07000/t/repeatable/clone.t-89-
##############################################
libhtml-formfu-perl-2.07000/t/form/clone.t-20-
libhtml-formfu-perl-2.07000/t/form/clone.t:21:is( refaddr( $clone->get_element->parent ), refaddr($clone), );
libhtml-formfu-perl-2.07000/t/form/clone.t-22-
libhtml-formfu-perl-2.07000/t/form/clone.t:23:is( refaddr( $clone->get_field->parent ), refaddr( $clone->get_element ), );
libhtml-formfu-perl-2.07000/t/form/clone.t-24-
libhtml-formfu-perl-2.07000/t/form/clone.t:25:is( refaddr( $clone->get_constraint->parent ), refaddr( $clone->get_field ), );
libhtml-formfu-perl-2.07000/t/form/clone.t-26-
libhtml-formfu-perl-2.07000/t/form/clone.t:27:is( refaddr( $clone->get_error->parent ), refaddr( $clone->get_field ), );
libhtml-formfu-perl-2.07000/t/form/clone.t-28-
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm-258-    return blessed($b)
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm:259:        ? ( refaddr($a) eq refaddr($b) )
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm-260-        : ( "$a" eq "$b" );
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm-266-    return blessed($b)
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm:267:        ? ( refaddr($a) eq refaddr($b) )
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/ObjectUtil.pm-268-        : undef;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-98-    for my $i ( 0 .. $#{ $self->_elements } ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm:99:        if ( refaddr( $self->_elements->[$i] ) eq refaddr($object) ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-100-            splice @{ $self->_elements }, $i, 1;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-105-    for my $i ( 0 .. $#{ $self->_elements } ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm:106:        if ( refaddr( $self->_elements->[$i] ) eq refaddr($position) ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-107-            splice @{ $self->_elements }, $i, 0, $object;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-122-    for my $i ( 0 .. $#{ $self->_elements } ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm:123:        if ( refaddr( $self->_elements->[$i] ) eq refaddr($object) ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-124-            splice @{ $self->_elements }, $i, 1;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-129-    for my $i ( 0 .. $#{ $self->_elements } ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm:130:        if ( refaddr( $self->_elements->[$i] ) eq refaddr($position) ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-131-            splice @{ $self->_elements }, $i + 1, 0, $object;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-144-    for my $i ( 0 .. $#{ $self->_elements } ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm:145:        if ( refaddr( $self->_elements->[$i] ) eq refaddr($object) ) {
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/ContainsElements.pm-146-            splice @{ $self->_elements }, $i, 1;
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm-317-    return blessed($b)
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm:318:        ? ( refaddr($a) eq refaddr($b) )
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm-319-        : ( "$a" eq "$b" );
##############################################
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm-325-    return blessed($b)
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm:326:        ? ( refaddr($a) eq refaddr($b) )
libhtml-formfu-perl-2.07000/lib/HTML/FormFu/Role/FormAndElementMethods.pm-327-        : undef;