Java

Java

Oracle
Lua

Lua

Lua Language

About

The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.

About

Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration of other scripting languages. Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages. Lua is fast not only in fine-tuned benchmark programs, but in real life too. Substantial fractions of large applications have been written in Lua.

About

OpenCppCoverage is an open-source code coverage tool for C++ under Windows. The main usage is for unit testing coverage, but you can also use it to know the executed lines in a program for debugging purposes. Support compiler with a program database file (.pdb). Just run your program with OpenCppCoverage, no need to recompile your application. Exclude a line based on a regular expression. Coverage aggregation, to run several code coverages and merge them into a single report. Requires Microsoft Visual Studio 2008 or higher for all editions including the Express edition. It should also work with the previous version of Visual Studio. You can run the tests with the Test Explorer window.

About

jscoverage tool, both node.js and JavaScript support. Enhance the coverage range. Use mocha to load the jscoverage module, then it works. jscoverage will append coverage info when you select list or spec or tap reporter in mocha. You can use covout to specify the reporter, like HTML, and detail. The detail reporter will print the uncovered code in the console directly. Mocha runs test case with jscoverage module. jscoverage will ignore files while listing in covignore file. jscoverage will output a report in HTML format. jscoverage will inject a group of functions into your module exports. default jscoverage will search covignore in the project root. jscoverage will copy exclude files from the source directory to the destination directory.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Developers looking for a Programming Language solution

Audience

DevOps teams in need of a scripting language solution

Audience

Individuals in need of a solution to run tests, manage executed lines and improve debugging processes

Audience

Professionals seeking a solution to assess and manage the quality of their code testing operations

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 5.0 / 5
ease 5.0 / 5
features 5.0 / 5
design 5.0 / 5

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Oracle
docs.oracle.com/javase/8/docs/technotes/guides/language/index.html

Company Information

Lua Language
www.lua.org

Company Information

OpenCppCoverage
github.com/OpenCppCoverage/OpenCppCoverage

Company Information

jscoverage
www.npmjs.com/package/jscoverage

Alternatives

Alternatives

Alternatives

Alternatives

blanket.js

blanket.js

Blanket.js
JCov

JCov

OpenJDK
ABAP

ABAP

SAP PRESS
CodeRush

CodeRush

DevExpress
pytest-cov

pytest-cov

Python
Early

Early

EarlyAI

Categories

Categories

Categories

Categories

Integrations

Amazon CodeWhisperer
Amazon Q Business
Apache Log4j
BotCity
CodeSign Secure
Codecov
DataWorks
DbVisualizer
DeepStream
ELCA Smart Data Lake Builder
Everyware Software Framework (ESF)
Granica
JOpt.TourOptimizer
Magier
Nakama
Predator CNC Editor
Red Hat Runtimes
SikuliX
Snipplr
Visual Studio Code

Integrations

Amazon CodeWhisperer
Amazon Q Business
Apache Log4j
BotCity
CodeSign Secure
Codecov
DataWorks
DbVisualizer
DeepStream
ELCA Smart Data Lake Builder
Everyware Software Framework (ESF)
Granica
JOpt.TourOptimizer
Magier
Nakama
Predator CNC Editor
Red Hat Runtimes
SikuliX
Snipplr
Visual Studio Code

Integrations

Amazon CodeWhisperer
Amazon Q Business
Apache Log4j
BotCity
CodeSign Secure
Codecov
DataWorks
DbVisualizer
DeepStream
ELCA Smart Data Lake Builder
Everyware Software Framework (ESF)
Granica
JOpt.TourOptimizer
Magier
Nakama
Predator CNC Editor
Red Hat Runtimes
SikuliX
Snipplr
Visual Studio Code

Integrations

Amazon CodeWhisperer
Amazon Q Business
Apache Log4j
BotCity
CodeSign Secure
Codecov
DataWorks
DbVisualizer
DeepStream
ELCA Smart Data Lake Builder
Everyware Software Framework (ESF)
Granica
JOpt.TourOptimizer
Magier
Nakama
Predator CNC Editor
Red Hat Runtimes
SikuliX
Snipplr
Visual Studio Code
Claim Java and update features and information
Claim Java and update features and information
Claim Lua and update features and information
Claim Lua and update features and information
Claim OpenCppCoverage and update features and information
Claim OpenCppCoverage and update features and information
Claim jscoverage and update features and information
Claim jscoverage and update features and information