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

neo-project / neo-devpack-dotnet / 11831182135

14 Nov 2024 05:16AM CUT coverage: 74.198%. First build
11831182135

Pull #1237

github

web-flow
Merge ffadde25b into 41fbc3295
Pull Request #1237: DebugInfoBuilder for sequence point v2

4877 of 7142 branches covered (68.29%)

Branch coverage included in aggregate %.

48 of 49 new or added lines in 1 file covered. (97.96%)

13038 of 17003 relevant lines covered (76.68%)

17987.31 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