blib/lib/Chemistry/ESPT/Aprmtop.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 24 | 4.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $Titleflag == 1 and /^[\w\d\-\(\)]+/ |
149 | 0 | 0 | 0 | $atomflag == 1 and /^((?:[a-zA-Z]{1,2}\d*\s+){1,20})/ |
160 | 0 | 0 | 0 | $atomflag == 1 and /^%FLAG/ |
169 | 0 | 0 | 0 | $chargeflag == 1 and /^\s+((?:-*\d\.\d+E[-+]\d{1,2}\s+){1,5})/ |
178 | 0 | 0 | 0 | $chargeflag == 1 and /^%FLAG/ |
188 | 0 | 0 | 0 | $massflag == 1 and /^\s+((?:-*\d\.\d+E[-+]\d{1,2}\s+){1,5})/ |
198 | 0 | 0 | 0 | $massflag == 1 and /^%FLAG/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 0 | 1 | 0 | ref $invocant || $invocant |