Help for this page

Select Code to Download


  1. or download this
    my $tc = $xml->{dut}->[0]->{tc};
    foreach my $id (keys %$tc) {
    ...
       if ($tc->{$id}->{result} eq 'Failed'){$Failed++;}
    }