Increase jacoco method ratio to 1.00
diff --git a/pom.xml b/pom.xml
index cc51e46..393954b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,8 @@
        depend on other packages. -->
     <commons.jxr.version>2.5</commons.jxr.version>
 
+    <!-- Increase from commons-parent -->
+    <commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
 
     <commons.site.path>rng</commons.site.path>