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

neo-project / neo-devpack-dotnet / 12049856637

27 Nov 2024 12:01PM CUT coverage: 74.047% (-0.05%) from 74.097%
12049856637

push

github

web-flow
Fix some compiler warnings in `MethodConvert` (#1252)

* fix some compiler warnings

* Remove var

---------

Co-authored-by: Fernando Diaz Toledano <shargon@gmail.com>
Co-authored-by: Jimmy <jimmy@r3e.network>

4991 of 7352 branches covered (67.89%)

Branch coverage included in aggregate %.

10 of 28 new or added lines in 1 file covered. (35.71%)

13258 of 17293 relevant lines covered (76.67%)

18305.74 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
            WriteInTryAnalzyer.AnalyzeWriteInTry(nef, manifest, debugInfo).GetWarningInfo(print: true);
×
13
        }
×
14
    }
15
}
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