• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neo-project / neo-devpack-dotnet / 11833857588

14 Nov 2024 08:57AM CUT coverage: 74.059% (+0.001%) from 74.058%
11833857588

Pull #1214

github

web-flow
Merge fd8c8cdd4 into 542365a4e
Pull Request #1214: nullable Storage.Get; refactor TokenContract

4827 of 7082 branches covered (68.16%)

Branch coverage included in aggregate %.

1 of 16 new or added lines in 6 files covered. (6.25%)

1 existing line in 1 file now uncovered.

12913 of 16872 relevant lines covered (76.54%)

17623.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Neo.Compiler.CSharp/SecurityAnalyzer/SecurityAnalyzer.cs
1
using Neo.Json;
2
using Neo.SmartContract;
3
using Neo.SmartContract.Manifest;
4

5
namespace Neo.Compiler.SecurityAnalyzer
6
{
7
    public static class SecurityAnalyzer
8
    {
9
        public static void AnalyzeWithPrint(NefFile nef, ContractManifest manifest, JToken? debugInfo = null)
10
        {
×
11
            ReEntrancyAnalyzer.AnalyzeSingleContractReEntrancy(nef, manifest, debugInfo).GetWarningInfo(print: true);
×
12
        }
×
13
    }
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc