April 20, 2013 Coverage Analysis in Perl: The Basics Back

Branch and Condition Analysis (2)

                    if ( $something_true ) {
                        # do X
                    }
                    if ( $something_true ) {
                        # do X
                    }
                    else {
                        # do nothing
                    }


Home Last TOC Copyright © 2013 James E Keenan Back Next