&sectionHeader('Basic Execution');
@SOURCE = ();
@LINK = ();
$subtotal = &runTest('001', 'No low values');
$subtotal += &runTest('002', 'Two zeros at start');
$subtotal += &runTest('003', 'Four zeros at start');
$subtotal += &runTest('004', 'Single zero in middle');
$subtotal += &runTest('005', 'Single zero at end');
$subtotal += &runTest('006', 'Three zeros in middle');
$subtotal += &runTest('007', 'Four zeros in middle');
$subtotal += &runTest('008', 'Four low values in middle');
$subtotal += &runTest('009', 'Three low values and one just barely high value in middle');
$subtotal += &runTest('010', 'Non-zero low values all over');
$total += floor($subtotal);
&sectionResults('Basic Execution', $subtotal);

