From 2abca63361faf9664057fe0778e9a992f2ffe437 Mon Sep 17 00:00:00 2001 From: BigBoneDaddy Date: Sun, 28 Jun 2015 08:29:42 -0400 Subject: [PATCH] Updated Testing (asciidoc) --- Testing.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Testing.asciidoc b/Testing.asciidoc index a652e29..61cf2af 100644 --- a/Testing.asciidoc +++ b/Testing.asciidoc @@ -19,4 +19,6 @@ TODO ### Code coverage +Try to test every path of execution in your softwares. That is the key to maximizing your code coverages. + TODO