Clover icon

Coverage Report

  1. Project Clover database Thu Aug 13 2020 12:04:21 BST
  2. Package com.stevesoft.pat

File patInf.java

 

Coverage histogram

../../../img/srcFileCovDistChart10.png
0% of files have more coverage

Code metrics

0
1
1
1
16
8
1
1
1
1
1

Classes

Class Line # Actions
patInf 10 1 1
1.0100%
 

Contributing tests

This file is covered by 28 tests. .

Source view

1    //
2    // This software is now distributed according to
3    // the Lesser Gnu Public License. Please see
4    // http://www.gnu.org/copyleft/lesser.txt for
5    // the details.
6    // -- Happy Computing!
7    //
8    package com.stevesoft.pat;
9   
 
10    final class patInf extends patInt
11    {
 
12  2916 toggle patInf()
13    {
14  2916 inf = true;
15    }
16    };