getModuleRoot() . 'report/view/blockreportlist.html.php';?>
error->noData;?>
report->module;?> | report->case->total;?> | testcase->resultList['pass'];?> | testcase->resultList['fail'];?> | testcase->resultList['blocked'];?> | report->case->run;?> | report->case->passRate;?> |
---|---|---|---|---|---|---|
name;?> | total;?> | pass;?> | fail;?> | blocked;?> | run;?> | run ? round(($module->pass / $module->run) * 100, 2) . '%' : 'N/A';?> |
report->total;?> |