This section lists COBOL range overlaps and range jumps detected in the Executive Report. S* defects appear in the report under “Range Overlaps” as the sum of all defects S1+S2+S3+S4+S5+S6. G* defects appear in the report under “Range Jumps” as the sum of all defects G1+G2+G3+G5+G6+G7.
Perform A1 thru A2. Perform B1 thru B2. … .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2. … .--B1. | StatementsB1. | … | B2. ‘--- StatementsB2.
Perform A1 thru A2. Perform B1 thru B2. … .--A1. | StatementsA1. | … | B1. --. | StatementsB1. | | … | | A2. | ‘--- StatementsA2. | … | B2. | StatementsB2. –-’
Perform A1 thru A2. Perform B1 thru B2. … .--B1. | StatementsB1. | … | A1. --. | StatementsA1. | | … | | B2. | ‘--- StatementsB2. | … | A2. | StatementsA2. –-’
Perform A1 thru A2. Perform B1 thru B2. … .--A1. | StatementsA1. | … | B1. --. | StatementsB1. | | … | | B2. | | StatementsB2. –-’ | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. Perform A1 thru B2. … .--A1. --. | StatementsA1. | | … | | B2. | | StatementsB2. –-’ | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. Perform B1 thru A2. … .--A1. | StatementsA1. | … | B1. --. | StatementsB1. | | … | | A2. | ‘--- StatementsA2. --’
Perform A1 thru A2. … .--A1. | StatementsA1. | … | Perform B1 thru B2. | … | B1. --. | StatementsB1. | | … | | B2. | | StatementsB2. –-’ | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | goto B1. | … | B1. | StatementsB1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. goto B1. … .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2. … B1. StatementsB1.
Perform A1 thru A2. goto B1. … B1. StatementsB1. … .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2. … goto B1. … B1. StatementsB1.
Perform A1 thru A2. … goto B1. … .--A1. | StatementsA1. | … | B1. | StatementsB1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … goto A1. … .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … goto A2. … .--A1. | StatementsA1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | Perform B1 thru B2. | … | goto C1. | B1. --. | StatementsB1. | | … | | C1. | | … | | B2. | | StatementsB2. –-’ | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | goto B1. | … | A2. ‘--- StatementsA2. … B1. StatementsB1.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | goto A1. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | goto A2. | … | A2. ‘--- StatementsA2.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | goto A2. | … | A2. ‘--- EXIT.
Perform A1 thru A2. … .--A1. | StatementsA1. | … | Perform B1 thru B2. | … | B1. --. | StatementsB1. | | … | | goto C1. | | … | | B2. | | StatementsB2. –-’ | … | C1. | … | A2. ‘--- StatementsA2.