Help for this page

Select Code to Download


  1. or download this
    my @coverageLogPathnames;
      # First, look for files of the form tpxxx/tpxxx.log:
    ...
     
        print STDERR "    //     No coverage-logs/hitmaps found in test su
    +bdirectory $pathPrefix/$tpname\n" unless $found;
      }
    
  2. or download this
      if ($foundone == 0) {  # New option: search under the hitmaps-direct
    +ory (one level only, any name in front)
          my $covLogPathname = "$testsDir";
    ...
          }
      }
    
  3. or download this
     
      # Second, look for logs named hitmap.(log|bin|txt):
    
    ...
      return \@coverageLogPathnames;
    }