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

neo-project / neo-devpack-dotnet / 11752952157

09 Nov 2024 03:30AM CUT coverage: 74.118%. First build
11752952157

Pull #1237

github

web-flow
Merge 70d0c0d5d into 725ef8554
Pull Request #1237: DebugInfoBuilder for sequence point v2

4842 of 7102 branches covered (68.18%)

Branch coverage included in aggregate %.

31 of 31 new or added lines in 1 file covered. (100.0%)

12970 of 16930 relevant lines covered (76.61%)

17926.45 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