Documentation

LinesOfCode
in package

Tags
psalm-immutable

Table of Contents

$commentLinesOfCode  : int
$linesOfCode  : int
$logicalLinesOfCode  : int
$nonCommentLinesOfCode  : int
__construct()  : mixed
commentLinesOfCode()  : int
linesOfCode()  : int
logicalLinesOfCode()  : int
nonCommentLinesOfCode()  : int
plus()  : self

Properties

$nonCommentLinesOfCode

private int $nonCommentLinesOfCode

Methods

__construct()

public __construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode) : mixed
Parameters
$linesOfCode : int
$commentLinesOfCode : int
$nonCommentLinesOfCode : int
$logicalLinesOfCode : int
Tags
throws
IllogicalValuesException
throws
NegativeValueException
Return values
mixed

commentLinesOfCode()

public commentLinesOfCode() : int
Return values
int

linesOfCode()

public linesOfCode() : int
Return values
int

logicalLinesOfCode()

public logicalLinesOfCode() : int
Return values
int

nonCommentLinesOfCode()

public nonCommentLinesOfCode() : int
Return values
int

plus()

public plus(self $other) : self
Parameters
$other : self
Return values
self

Search results