getZtfReport('web'); if($ztfReport) { $ztfHtml = "
没有找到ZTF测试报告。
"; } switch($type) { case 'summary': $report = $coverage->genWebSummaryReport(); break; case 'module': $module = $_GET['module']; $file = $_GET['file']; $report = $coverage->genWebSummaryReport($module, $file); break; default: $report = $coverage->genWebSummaryReport(); break; } ?>