Help for this page

Select Code to Download


  1. or download this
    The count of critical failures is 0.
    Count of critical failures: 0
    Use of uninitialized value in numeric eq (==) at lib/Test/MonitorSites
    +.pm line 183.
    
  2. or download this
      my $critical_failures = $self->_analyze_test_logs();
      print STDERR "Count of critical failures: $critical_failures->{'coun
    +t'}\n";
    ...
    
      return \%critical_failures;
    }