Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

addCoverage(BranchData) - Method in class jscover.report.BranchData
 
addCoverage(Integer, int) - Method in class jscover.report.FileData
 
addExclude(String) - Method in class jscover.filesystem.ConfigurationForFS
 
addExcludeReg(String) - Method in class jscover.filesystem.ConfigurationForFS
 
addFunctionCoverage(Integer, int) - Method in class jscover.report.FileData
 
addNoInstrument(String) - Method in class jscover.ConfigurationCommon
 
addNoInstrumentReg(String) - Method in class jscover.ConfigurationCommon
 
addOnlyInstrumentReg(String) - Method in class jscover.ConfigurationCommon
 

B

bais - Variable in class jscover.server.HttpServer
 
BranchData - Class in jscover.report
 
BranchData(int, int, String, int, int) - Constructor for class jscover.report.BranchData
 
BranchInstrumentor - Class in jscover.instrument
 
BranchInstrumentor(String, boolean, CommentsVisitor) - Constructor for class jscover.instrument.BranchInstrumentor
 
BranchStatementBuilder - Class in jscover.instrument
 
BranchStatementBuilder() - Constructor for class jscover.instrument.BranchStatementBuilder
 
buildBranchRecordingFunction(String, int, int, int) - Method in class jscover.instrument.BranchStatementBuilder
 
buildLineAndConditionCall(String, int, int) - Method in class jscover.instrument.BranchStatementBuilder
 
buildLineAndConditionInitialisation(String, int, int, int, int, String) - Method in class jscover.instrument.BranchStatementBuilder
 

C

calculateBranchStatistics() - Method in class jscover.report.FileData
 
calculateFunctionStatistics() - Method in class jscover.report.FileData
 
calculateLineStatistics() - Method in class jscover.report.FileData
 
charSet - Variable in class jscover.util.IoUtils
 
CHARSET_PREFIX - Static variable in class jscover.Main
 
checkDependantClasses(List<String>, String) - Method in class jscover.MainHelper
 
close() - Method in class jscover.util.ExceptionRecordingHandler
 
closeQuietly(Closeable) - Method in class jscover.util.IoUtils
 
closeQuietly(Socket) - Method in class jscover.util.IoUtils
 
CoberturaData - Class in jscover.report.coberturaxml
 
CoberturaData(Collection<? extends Coverable>) - Constructor for class jscover.report.coberturaxml.CoberturaData
 
CoberturaXmlGenerator - Class in jscover.report.coberturaxml
 
CoberturaXmlGenerator() - Constructor for class jscover.report.coberturaxml.CoberturaXmlGenerator
 
CommentRange - Class in jscover.instrument
 
CommentRange(int) - Constructor for class jscover.instrument.CommentRange
 
CommentsVisitor - Class in jscover.instrument
 
CommentsVisitor() - Constructor for class jscover.instrument.CommentsVisitor
 
compilerEnvirons - Variable in class jscover.ConfigurationCommon
 
Configuration - Class in jscover
 
Configuration() - Constructor for class jscover.Configuration
 
ConfigurationCommon - Class in jscover
 
ConfigurationCommon() - Constructor for class jscover.ConfigurationCommon
 
ConfigurationForFS - Class in jscover.filesystem
 
ConfigurationForFS() - Constructor for class jscover.filesystem.ConfigurationForFS
 
ConfigurationForReport - Class in jscover.report
 
ConfigurationForReport() - Constructor for class jscover.report.ConfigurationForReport
 
ConfigurationForServer - Class in jscover.server
 
ConfigurationForServer() - Constructor for class jscover.server.ConfigurationForServer
 
ConfigurationForStdOut - Class in jscover.stdout
 
ConfigurationForStdOut() - Constructor for class jscover.stdout.ConfigurationForStdOut
 
configureLogger(Level, File) - Method in class jscover.util.LoggerUtils
 
convertUriToFile(String) - Method in interface jscover.util.UriFileTranslator
 
convertUriToFile(String) - Method in class jscover.util.UriFileTranslatorNoOp
 
convertUriToFile(String) - Method in class jscover.util.UriFileTranslatorReg
 
copy(InputStream, OutputStream) - Method in class jscover.util.IoUtils
 
copy(Reader, File) - Method in class jscover.util.IoUtils
 
copy(String, File) - Method in class jscover.util.IoUtils
 
copy(InputStream, File) - Method in class jscover.util.IoUtils
 
copy(File, File) - Method in class jscover.util.IoUtils
 
copyDir(File, File) - Method in class jscover.util.IoUtils
 
copyNoClose(InputStream, OutputStream, int) - Method in class jscover.util.IoUtils
 
copyNoClose(InputStream, OutputStream) - Method in class jscover.util.IoUtils
 
copyNoClose(File, OutputStream) - Method in class jscover.util.IoUtils
 
Coverable - Interface in jscover.report
 
CoverageAdapter - Class in jscover.report
 
CoverageAdapter() - Constructor for class jscover.report.CoverageAdapter
 
createEmptyJSON(List<ScriptCoverageCount>) - Method in class jscover.report.JSONDataMerger
 
CRLFx2 - Static variable in class jscover.util.IoUtils
 
CRx2 - Static variable in class jscover.util.IoUtils
 

D

DateTime - Interface in jscover.util
 
DateTimeImpl - Class in jscover.util
 
DateTimeImpl() - Constructor for class jscover.util.DateTimeImpl
 
defaultSkip - Variable in class jscover.ConfigurationCommon
 
DETECT_COALESCE_PREFIX - Static variable in class jscover.ConfigurationCommon
 
detectCoalesce - Variable in class jscover.ConfigurationCommon
 
DOC_ROOT_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 

E

ExceptionRecordingHandler - Class in jscover.util
 
ExceptionRecordingHandler() - Constructor for class jscover.util.ExceptionRecordingHandler
 
exclude(String) - Method in class jscover.filesystem.ConfigurationForFS
 
exclude - Variable in class jscover.util.PatternMatcher
 
exit(int) - Method in class jscover.ExitHelper
 
ExitHelper - Class in jscover
 
ExitHelper() - Constructor for class jscover.ExitHelper
 
EXLCUDE_PREFIX - Static variable in class jscover.filesystem.ConfigurationForFS
 
EXLCUDE_REG_PREFIX - Static variable in class jscover.filesystem.ConfigurationForFS
 

F

FileData - Class in jscover.report
 
FileData(String, List<Integer>, List<Integer>, SortedMap<Integer, List<BranchData>>) - Constructor for class jscover.report.FileData
 
files - Static variable in class jscover.report.JSONDataSaver
 
FileScanner - Class in jscover.util
 
FileScanner(ConfigurationCommon, File) - Constructor for class jscover.util.FileScanner
 
FILESYSTEM_PREFIX - Static variable in class jscover.Main
 
FileSystemInstrumenter - Class in jscover.filesystem
 
FileSystemInstrumenter() - Constructor for class jscover.filesystem.FileSystemInstrumenter
 
flush() - Method in class jscover.util.ExceptionRecordingHandler
 
flushQuietly(Flushable) - Method in class jscover.util.IoUtils
 
format(LogRecord) - Method in class jscover.util.LogFormatter
 
FORMAT_PREFIX - Static variable in class jscover.report.ConfigurationForReport
 

G

GENERATE_FILES_PREFIX - Static variable in class jscover.Main
 
generateJSCoverageHtml(String) - Method in class jscover.util.IoService
 
generateJSCoverageServerJS() - Method in class jscover.util.IoService
 
generateJSCoverFilesForFileSystem(File, String) - Method in class jscover.util.IoService
 
generateJSCoverFilesForWebServer(File, String) - Method in class jscover.util.IoService
 
generateLCovDataFile() - Method in class jscover.report.Main
 
generateXml(CoberturaData, String, String) - Method in class jscover.report.coberturaxml.CoberturaXmlGenerator
 
getArgsLogger(String[]) - Method in class jscover.Main
 
getBranchCount() - Method in interface jscover.report.Coverable
 
getBranchCount() - Method in class jscover.report.FileData
 
getBranchCount() - Method in class jscover.report.SummaryData
 
getBranchData() - Method in class jscover.report.FileData
 
getBranchData() - Method in class jscover.report.ScriptCoverageCount
 
getBranchesCoveredCount() - Method in interface jscover.report.Coverable
 
getBranchesCoveredCount() - Method in class jscover.report.FileData
 
getBranchesCoveredCount() - Method in class jscover.report.SummaryData
 
getBranchRate() - Method in interface jscover.report.Coverable
 
getBranchRate() - Method in class jscover.report.CoverageAdapter
 
getByteIndex(String, String) - Method in class jscover.util.IoUtils
 
getByteIndexIncludingSeparator(String, String) - Method in class jscover.util.IoUtils
 
getCanonicalPath(File) - Method in class jscover.util.IoUtils
 
getCodeFunctionCount() - Method in interface jscover.report.Coverable
 
getCodeFunctionCount() - Method in class jscover.report.FileData
 
getCodeFunctionCount() - Method in class jscover.report.SummaryData
 
getCodeFunctionCoveredCount() - Method in interface jscover.report.Coverable
 
getCodeFunctionCoveredCount() - Method in class jscover.report.FileData
 
getCodeFunctionCoveredCount() - Method in class jscover.report.SummaryData
 
getCodeLineCount() - Method in interface jscover.report.Coverable
 
getCodeLineCount() - Method in class jscover.report.FileData
 
getCodeLineCount() - Method in class jscover.report.SummaryData
 
getCodeLinesCoveredCount() - Method in interface jscover.report.Coverable
 
getCodeLinesCoveredCount() - Method in class jscover.report.FileData
 
getCodeLinesCoveredCount() - Method in class jscover.report.SummaryData
 
getCompilerEnvirons() - Method in class jscover.ConfigurationCommon
 
getCondition() - Method in class jscover.instrument.JSCoverageIgnoreComment
 
getContentLength() - Method in class jscover.server.HttpRequest
 
getContentType() - Method in enum jscover.server.MIME
 
getCoverage() - Method in class jscover.report.BranchData
 
getDataIndex(byte[], Charset) - Method in class jscover.util.IoUtils
 
getDate() - Method in interface jscover.util.DateTime
 
getDate() - Method in class jscover.util.DateTimeImpl
 
getDestDir() - Method in class jscover.filesystem.ConfigurationForFS
 
getDocumentRoot() - Method in class jscover.server.ConfigurationForServer
 
getEmptyCoverageData(Set<String>) - Method in class jscover.instrument.UnloadedSourceProcessor
 
getEmptyCoverageData(List<ScriptCoverageCount>, File) - Method in class jscover.instrument.UnloadedSourceProcessor
 
getEnd() - Method in class jscover.instrument.JSCoverageIgnoreComment
 
getEvalFalse() - Method in class jscover.report.BranchData
 
getEvalTrue() - Method in class jscover.report.BranchData
 
getExcludePatternMatcher(String) - Static method in class jscover.util.PatternMatcherRegEx
 
getExitStatus() - Method in class jscover.Main
 
getFiles() - Method in class jscover.report.coberturaxml.CoberturaData
 
getFiles(Set<String>) - Method in class jscover.util.FileScanner
 
getFunctionCount() - Method in class jscover.report.ScriptCoverageCount
 
getFunctionCoverRate() - Method in interface jscover.report.Coverable
 
getFunctionCoverRate() - Method in class jscover.report.CoverageAdapter
 
getFunctions() - Method in class jscover.report.FileData
 
getHeaders() - Method in class jscover.server.HttpRequest
 
getHelpText() - Method in class jscover.filesystem.ConfigurationForFS
 
getHelpText() - Method in class jscover.Main
 
getHelpText() - Method in class jscover.report.ConfigurationForReport
 
getHelpText() - Method in class jscover.server.ConfigurationForServer
 
getHelpText() - Method in class jscover.stdout.ConfigurationForStdOut
 
getIncludePatternMatcher(String) - Static method in class jscover.util.PatternMatcherRegEx
 
getInputStream() - Method in class jscover.server.HttpRequest
 
getInstance() - Static method in class jscover.util.IoUtils
 
getInstance() - Static method in class jscover.util.LoggerUtils
 
getJsCoverageIgnoreComments() - Method in class jscover.instrument.CommentsVisitor
 
getJsLineInitialization() - Method in class jscover.instrument.BranchInstrumentor
 
getJsonDirectory() - Method in class jscover.report.ConfigurationForReport
 
getJSVersion() - Method in class jscover.ConfigurationCommon
 
getLineConditionMap() - Method in class jscover.instrument.BranchInstrumentor
 
getLineCoverRate() - Method in interface jscover.report.Coverable
 
getLineCoverRate() - Method in class jscover.report.CoverageAdapter
 
getLinePosition(AstNode) - Method in class jscover.instrument.BranchInstrumentor
 
getLines() - Method in class jscover.report.FileData
 
getLines() - Method in class jscover.report.ScriptCoverageCount
 
getLogLevel() - Method in class jscover.ConfigurationCommon
 
getMergeDestDir() - Method in class jscover.report.ConfigurationForReport
 
getMergeDirs() - Method in class jscover.report.ConfigurationForReport
 
getMime() - Method in class jscover.server.HttpRequest
 
getMime(String) - Static method in enum jscover.server.MIME
 
getNewLineIndex(byte[], Charset) - Method in class jscover.util.IoUtils
 
getNodeLength() - Method in class jscover.report.BranchData
 
getOutputStream() - Method in class jscover.server.HttpRequest
 
getPackage(String) - Method in class jscover.report.coberturaxml.CoberturaData
 
getPackageMap() - Method in class jscover.report.coberturaxml.CoberturaData
 
getPath() - Method in class jscover.server.HttpRequest
 
getPattern() - Method in class jscover.util.UriFileTranslatorReg
 
getPort() - Method in class jscover.server.ConfigurationForServer
 
getPosition() - Method in class jscover.report.BranchData
 
getPostIndex() - Method in class jscover.server.HttpRequest
 
getRelativePath() - Method in class jscover.server.HttpRequest
 
getRelativePath(File, File) - Method in class jscover.util.IoUtils
 
getReportDir() - Method in class jscover.server.ConfigurationForServer
 
getReportFormat() - Method in class jscover.report.ConfigurationForReport
 
getResourceAsStream(String) - Method in class jscover.util.IoService
 
getSource() - Method in class jscover.report.BranchData
 
getSourceDirectory() - Method in class jscover.report.ConfigurationForReport
 
getSrcDir() - Method in class jscover.filesystem.ConfigurationForFS
 
getSrcFile() - Method in class jscover.stdout.ConfigurationForStdOut
 
getStart() - Method in class jscover.instrument.JSCoverageIgnoreComment
 
getThreads() - Method in class jscover.filesystem.ConfigurationForFS
 
getUri() - Method in interface jscover.report.Coverable
 
getUri() - Method in class jscover.report.FileData
 
getUri() - Method in class jscover.report.ScriptCoverageCount
 
getUri() - Method in class jscover.report.SummaryData
 
getUriFileTranslator() - Method in class jscover.server.ConfigurationForServer
 
getUriToFileMatcher() - Method in class jscover.server.ConfigurationForServer
 
getUriToFileReplace() - Method in class jscover.server.ConfigurationForServer
 
getUrl() - Method in class jscover.server.HttpRequest
 
getUrl(HttpRequest) - Method in class jscover.server.ProxyService
 
getVersion() - Method in class jscover.Configuration
 
getVersionText() - Method in class jscover.Main
 

H

handleGet(HttpRequest) - Method in class jscover.server.HttpServer
 
handleGet(HttpRequest) - Method in class jscover.server.InstrumentingRequestHandler
 
handleOther(String, HttpRequest) - Method in class jscover.server.HttpServer
 
handleOther(String, HttpRequest) - Method in class jscover.server.InstrumentingRequestHandler
 
handlePostOrPut(HttpRequest) - Method in class jscover.server.HttpServer
 
handlePostOrPut(HttpRequest) - Method in class jscover.server.InstrumentingRequestHandler
 
handleProxyGet(HttpRequest, OutputStream) - Method in class jscover.server.ProxyService
 
handleProxyPostOrPut(HttpRequest) - Method in class jscover.server.ProxyService
 
handleProxyRequest(HttpRequest, OutputStream, String) - Method in class jscover.server.ProxyService
 
HEADER_SIZE - Static variable in class jscover.server.HttpServer
 
HELP_PREFIX1 - Static variable in class jscover.Main
 
HELP_PREFIX1 - Static variable in class jscover.report.ConfigurationForReport
 
HELP_PREFIX2 - Static variable in class jscover.Main
 
HELP_PREFIX2 - Static variable in class jscover.report.ConfigurationForReport
 
HTTP_STATUS - Enum in jscover.server
 
HttpRequest - Class in jscover.server
 
HttpRequest(String, InputStream, OutputStream, int, Map<String, List<String>>) - Constructor for class jscover.server.HttpRequest
 
HttpServer - Class in jscover.server
 
HttpServer(Socket, File, String) - Constructor for class jscover.server.HttpServer
 

I

ignoreBranch(int) - Method in class jscover.instrument.CommentsVisitor
 
ignoreLine(int) - Method in class jscover.instrument.CommentsVisitor
 
INCLUDE_UNLOADED_JS_PREFIX - Static variable in class jscover.ConfigurationCommon
 
includeBranch - Variable in class jscover.ConfigurationCommon
 
includeFunction - Variable in class jscover.ConfigurationCommon
 
initialize() - Method in class jscover.Main
 
initialize() - Method in class jscover.report.Main
 
inRange(int) - Method in class jscover.instrument.CommentRange
 
InstrumenterService - Class in jscover.instrument
 
InstrumenterService() - Constructor for class jscover.instrument.InstrumenterService
 
InstrumentingRequestHandler - Class in jscover.server
 
InstrumentingRequestHandler(Socket, ConfigurationForServer) - Constructor for class jscover.server.InstrumentingRequestHandler
 
instrumentJSForFileSystem(ConfigurationCommon, File, File, String) - Method in class jscover.instrument.InstrumenterService
 
instrumentJSForProxyServer(ConfigurationCommon, String, String) - Method in class jscover.instrument.InstrumenterService
 
instrumentJSForWebServer(ConfigurationCommon, File, String) - Method in class jscover.instrument.InstrumenterService
 
invalid - Variable in class jscover.ConfigurationCommon
 
IoService - Class in jscover.util
 
IoService(boolean) - Constructor for class jscover.util.IoService
 
ioUtils - Variable in class jscover.ConfigurationCommon
 
ioUtils - Variable in class jscover.server.HttpServer
 
IoUtils - Class in jscover.util
 
IoUtils() - Constructor for class jscover.util.IoUtils
 
is - Variable in class jscover.server.HttpServer
 
isDetectCoalesce() - Method in class jscover.ConfigurationCommon
 
isExceptionThrown() - Method in class jscover.util.ExceptionRecordingHandler
 
isExceptionThrown() - Method in class jscover.util.LoggerUtils
 
isFileSystem() - Method in class jscover.Main
 
isFormat() - Method in class jscover.report.ConfigurationForReport
 
isGenerateFiles() - Method in class jscover.Main
 
isIncludeBranch() - Method in class jscover.ConfigurationCommon
 
isIncludeFunction() - Method in class jscover.ConfigurationCommon
 
isIncludeUnloadedJS() - Method in class jscover.ConfigurationCommon
 
isInvalid() - Method in class jscover.ConfigurationCommon
 
isInvalid() - Method in class jscover.report.ConfigurationForReport
 
isLocalStorage() - Method in class jscover.ConfigurationCommon
 
isMerge() - Method in class jscover.report.ConfigurationForReport
 
ISOLATE_BROWSER_PREFIX - Static variable in class jscover.ConfigurationCommon
 
isolateBrowser - Variable in class jscover.ConfigurationCommon
 
isolateBrowser() - Method in class jscover.ConfigurationCommon
 
isProxy() - Method in class jscover.server.ConfigurationForServer
 
isRegExpTest() - Method in class jscover.Main
 
isSaveJSONOnly() - Method in class jscover.server.ConfigurationForServer
 
isServer() - Method in class jscover.Main
 
isStdOut() - Method in class jscover.Main
 
isSubDirectory(File, File) - Method in class jscover.util.IoUtils
 

J

JS_VERSION_PREFIX - Static variable in class jscover.ConfigurationCommon
 
jscover - package jscover
 
jscover.filesystem - package jscover.filesystem
 
jscover.instrument - package jscover.instrument
 
jscover.report - package jscover.report
 
jscover.report.coberturaxml - package jscover.report.coberturaxml
 
jscover.report.lcov - package jscover.report.lcov
 
jscover.report.xml - package jscover.report.xml
 
jscover.server - package jscover.server
 
jscover.stdout - package jscover.stdout
 
jscover.util - package jscover.util
 
JSCOVERAGE_STORE - Static variable in class jscover.server.InstrumentingRequestHandler
 
JSCoverageIgnoreComment - Class in jscover.instrument
 
JSCoverageIgnoreComment(String, int) - Constructor for class jscover.instrument.JSCoverageIgnoreComment
 
JSONDataMerger - Class in jscover.report
 
JSONDataMerger() - Constructor for class jscover.report.JSONDataMerger
 
JSONDataSaver - Class in jscover.report
 
JSONDataSaver() - Constructor for class jscover.report.JSONDataSaver
 
jsonToMap(String) - Method in class jscover.report.JSONDataMerger
 
JSVersion - Variable in class jscover.ConfigurationCommon
 

L

LCovGenerator - Class in jscover.report.lcov
 
LCovGenerator() - Constructor for class jscover.report.lcov.LCovGenerator
 
LFx2 - Static variable in class jscover.util.IoUtils
 
loadFromClassPath(String) - Method in class jscover.util.IoUtils
 
loadFromFileSystem(File) - Method in class jscover.util.IoUtils
 
loadProperties(Properties, InputStream) - Method in class jscover.util.IoUtils
 
LOCAL_STORAGE_PREFIX - Static variable in class jscover.ConfigurationCommon
 
localStorage - Variable in class jscover.ConfigurationCommon
 
LOG_LEVEL - Static variable in class jscover.ConfigurationCommon
 
LogFormatter - Class in jscover.util
 
LogFormatter() - Constructor for class jscover.util.LogFormatter
 
LoggerUtils - Class in jscover.util
 
logLevel - Variable in class jscover.ConfigurationCommon
 

M

Main - Class in jscover
 
Main() - Constructor for class jscover.Main
 
main(String[]) - Static method in class jscover.Main
 
Main - Class in jscover.report
 
Main() - Constructor for class jscover.report.Main
 
main(String[]) - Static method in class jscover.report.Main
 
main(String[]) - Static method in class jscover.server.SimpleWebServer
 
MainHelper - Class in jscover
 
MainHelper() - Constructor for class jscover.MainHelper
 
matches(String) - Method in class jscover.util.PatternMatcher
 
matches(String) - Method in class jscover.util.PatternMatcherRegEx
 
matches(String) - Method in class jscover.util.PatternMatcherString
 
MERGE_PREFIX - Static variable in class jscover.report.ConfigurationForReport
 
mergeJSONCoverageMaps(SortedMap<String, FileData>, SortedMap<String, FileData>) - Method in class jscover.report.JSONDataMerger
 
mergeJSONCoverageStrings(String...) - Method in class jscover.report.JSONDataMerger
 
mergeReports() - Method in class jscover.report.Main
 
MIME - Enum in jscover.server
 
mutates() - Method in interface jscover.util.UriFileTranslator
 
mutates() - Method in class jscover.util.UriFileTranslatorNoOp
 
mutates() - Method in class jscover.util.UriFileTranslatorReg
 

N

NO_BRANCH_PREFIX - Static variable in class jscover.ConfigurationCommon
 
NO_CONDITIONS_ARE_COVERED - Static variable in class jscover.report.JSONDataMerger
 
NO_FUNCTION_PREFIX - Static variable in class jscover.ConfigurationCommon
 
NO_INSTRUMENT_PREFIX - Static variable in class jscover.ConfigurationCommon
 
NO_INSTRUMENT_REG_PREFIX - Static variable in class jscover.ConfigurationCommon
 

O

ONLY_INSTRUMENT_REG_PREFIX - Static variable in class jscover.ConfigurationCommon
 
os - Variable in class jscover.server.HttpServer
 

P

parse(String[]) - Static method in class jscover.filesystem.ConfigurationForFS
 
parse(String) - Method in class jscover.filesystem.ConfigurationForFS
 
parse(String[]) - Method in class jscover.Main
 
parse(String[]) - Method in class jscover.report.ConfigurationForReport
 
parse(String) - Method in class jscover.server.ConfigurationForServer
 
parse(String[]) - Static method in class jscover.server.ConfigurationForServer
 
parse(String[]) - Static method in class jscover.stdout.ConfigurationForStdOut
 
parse(String) - Method in class jscover.stdout.ConfigurationForStdOut
 
parseArg(String) - Method in class jscover.ConfigurationCommon
 
PatternMatcher - Class in jscover.util
 
PatternMatcher(boolean) - Constructor for class jscover.util.PatternMatcher
 
PatternMatcherRegEx - Class in jscover.util
 
patternMatchers - Variable in class jscover.ConfigurationCommon
 
PatternMatcherString - Class in jscover.util
 
PatternMatcherString(String) - Constructor for class jscover.util.PatternMatcherString
 
pbis - Variable in class jscover.server.HttpServer
 
PORT_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 
postProcess() - Method in class jscover.instrument.BranchInstrumentor
 
PostProcess - Class in jscover.instrument
 
PostProcess(AstNode, AstNode, FunctionCall) - Constructor for class jscover.instrument.PostProcess
 
printVersion() - Method in class jscover.Main
 
process() - Method in class jscover.instrument.PostProcess
 
properties - Static variable in class jscover.Main
 
properties - Static variable in class jscover.report.Main
 
PROXY_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 
ProxyService - Class in jscover.server
 
ProxyService() - Constructor for class jscover.server.ProxyService
 
publish(LogRecord) - Method in class jscover.util.ExceptionRecordingHandler
 
pw - Variable in class jscover.server.HttpServer
 

R

readHeaders(BufferedReader) - Method in class jscover.server.HttpServer
 
REG_TEST_PREFIX - Static variable in class jscover.Main
 
removeInstrumentation(String) - Method in class jscover.instrument.BranchStatementBuilder
 
REPORT_DIR_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 
ReportFormat - Enum in jscover.report
 
reportSrcSubDir - Static variable in class jscover.Main
 
run(ConfigurationForFS) - Method in class jscover.filesystem.FileSystemInstrumenter
 
run() - Method in class jscover.server.HttpServer
 
run(ConfigurationForStdOut) - Method in class jscover.stdout.StdOutInstrumenter
 
runFileSystem(ConfigurationForFS) - Method in class jscover.Main
 
runJSCover(String[]) - Method in class jscover.Main
 
runMain(String[]) - Method in class jscover.Main
 
running - Variable in class jscover.server.WebDaemon
 
runServer(ConfigurationForServer) - Method in class jscover.Main
 

S

SAVE_JSON_ONLY - Static variable in class jscover.server.ConfigurationForServer
 
saveCoberturaXml() - Method in class jscover.report.Main
 
saveData(Collection<FileData>, String, File) - Method in class jscover.report.lcov.LCovGenerator
 
saveJSONData(File, String, List<ScriptCoverageCount>, UriFileTranslator) - Method in class jscover.report.JSONDataSaver
 
saveSummary(Coverable, File, String) - Method in class jscover.report.xml.XMLSummary
 
saveXmlSummary() - Method in class jscover.report.Main
 
ScriptCoverageCount - Class in jscover.report
 
ScriptCoverageCount(String, List<Integer>, int, SortedMap<Integer, SortedSet<Integer>>) - Constructor for class jscover.report.ScriptCoverageCount
 
sendMethodAndHeaders(HttpRequest, InputStream, OutputStream) - Method in class jscover.server.ProxyService
 
sendResponse(HTTP_STATUS, MIME, String) - Method in class jscover.server.HttpServer
 
sendResponse(HTTP_STATUS, MIME, InputStream) - Method in class jscover.server.HttpServer
 
SERVER_PREFIX - Static variable in class jscover.Main
 
setAstRoot(AstRoot) - Method in class jscover.instrument.BranchInstrumentor
 
setConfig(ConfigurationForReport) - Method in class jscover.report.Main
 
setDestDir(File) - Method in class jscover.filesystem.ConfigurationForFS
 
setDetectCoalesce(boolean) - Method in class jscover.ConfigurationCommon
 
setDocumentRoot(File) - Method in class jscover.server.ConfigurationForServer
 
setEnd(int) - Method in class jscover.instrument.CommentRange
 
setEnd(int) - Method in class jscover.instrument.JSCoverageIgnoreComment
 
setHeaders(Map<String, List<String>>) - Method in class jscover.server.HttpRequest
 
setIncludeBranch(boolean) - Method in class jscover.ConfigurationCommon
 
setIncludeFunction(boolean) - Method in class jscover.ConfigurationCommon
 
setIncludeUnloadedJS(boolean) - Method in class jscover.ConfigurationCommon
 
setInvalid(String) - Method in class jscover.ConfigurationCommon
 
setIsolateBrowser(boolean) - Method in class jscover.ConfigurationCommon
 
setJsonDirectory(File) - Method in class jscover.report.ConfigurationForReport
 
setJSVersion(int) - Method in class jscover.ConfigurationCommon
 
setLocalStorage(boolean) - Method in class jscover.ConfigurationCommon
 
setMergeDestDir(File) - Method in class jscover.report.ConfigurationForReport
 
setMergeDirs(List<File>) - Method in class jscover.report.ConfigurationForReport
 
setPort(Integer) - Method in class jscover.server.ConfigurationForServer
 
setProperties(Properties) - Method in class jscover.Configuration
 
setReportDir(File) - Method in class jscover.server.ConfigurationForServer
 
setReportFormat(ReportFormat) - Method in class jscover.report.ConfigurationForReport
 
setSourceDirectory(File) - Method in class jscover.report.ConfigurationForReport
 
setSrcDir(File) - Method in class jscover.filesystem.ConfigurationForFS
 
shouldSendHeader(String) - Method in class jscover.server.ProxyService
 
showCharSets() - Method in class jscover.Main
 
showHelp - Variable in class jscover.ConfigurationCommon
 
showHelp() - Method in class jscover.ConfigurationCommon
 
showHelp() - Method in class jscover.Main
 
showHelp() - Method in class jscover.report.ConfigurationForReport
 
SimpleWebServer - Class in jscover.server
 
SimpleWebServer() - Constructor for class jscover.server.SimpleWebServer
 
skipInstrumentation(String) - Method in class jscover.ConfigurationCommon
 
skipInstrumentation() - Method in class jscover.server.HttpRequest
 
start(ConfigurationForServer) - Method in class jscover.server.WebDaemon
 
STDOUT_PREFIX - Static variable in class jscover.Main
 
StdOutInstrumenter - Class in jscover.stdout
 
StdOutInstrumenter() - Constructor for class jscover.stdout.StdOutInstrumenter
 
stop() - Method in class jscover.Main
 
stop() - Method in class jscover.server.WebDaemon
 
SummaryData - Class in jscover.report
 
SummaryData(Collection<? extends Coverable>) - Constructor for class jscover.report.SummaryData
 

T

THREAD_COUNT - Static variable in class jscover.filesystem.ConfigurationForFS
 
toString() - Method in enum jscover.server.HTTP_STATUS
 
toString(InputStream) - Method in class jscover.util.IoUtils
 
toString(File) - Method in class jscover.util.IoUtils
 
toString() - Method in class jscover.util.PatternMatcherRegEx
 
toString() - Method in class jscover.util.PatternMatcherString
 
toStringNoClose(InputStream, int) - Method in class jscover.util.IoUtils
 

U

UnloadedSourceProcessor - Class in jscover.instrument
 
UnloadedSourceProcessor(ConfigurationCommon, File) - Constructor for class jscover.instrument.UnloadedSourceProcessor
 
URI_TO_FILE_MATCHER_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 
URI_TO_FILE_REPLACE_PREFIX - Static variable in class jscover.server.ConfigurationForServer
 
UriFileTranslator - Interface in jscover.util
 
UriFileTranslatorNoOp - Class in jscover.util
 
UriFileTranslatorNoOp() - Constructor for class jscover.util.UriFileTranslatorNoOp
 
UriFileTranslatorReg - Class in jscover.util
 
UriFileTranslatorReg(Pattern, String) - Constructor for class jscover.util.UriFileTranslatorReg
 
UriNotFound - Exception in jscover.server
 
UriNotFound(String, Throwable) - Constructor for exception jscover.server.UriNotFound
 
urlDecode(String) - Static method in class jscover.server.HttpRequest
 

V

validate() - Method in class jscover.filesystem.ConfigurationForFS
 
validate() - Method in class jscover.server.ConfigurationForServer
 
valueOf(String) - Static method in enum jscover.report.ReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jscover.server.HTTP_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jscover.server.MIME
Returns the enum constant of this type with the specified name.
values() - Static method in enum jscover.report.ReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jscover.server.HTTP_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jscover.server.MIME
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PREFIX1 - Static variable in class jscover.Main
 
VERSION_PREFIX2 - Static variable in class jscover.Main
 
visit(AstNode) - Method in class jscover.instrument.BranchInstrumentor
 
visit(AstNode) - Method in class jscover.instrument.CommentsVisitor
 

W

WebDaemon - Class in jscover.server
 
WebDaemon() - Constructor for class jscover.server.WebDaemon
 
wwwRoot - Variable in class jscover.server.HttpServer
 

X

XMLSummary - Class in jscover.report.xml
 
XMLSummary() - Constructor for class jscover.report.xml.XMLSummary
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links