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

neo-project / neo-devpack-dotnet / 11755662005

09 Nov 2024 10:55AM CUT coverage: 74.058%. Remained the same
11755662005

Pull #1238

github

web-flow
Merge 6c5f46fb8 into 0e28108a1
Pull Request #1238: Show ascii as info in testing artifacts

4826 of 7082 branches covered (68.14%)

Branch coverage included in aggregate %.

12913 of 16871 relevant lines covered (76.54%)

17626.1 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