Results 1 to 2 of 2

Thread: LCSAJ coverage

  1. #1
    Contributing Member
    Join Date
    Nov 2007
    Answers
    88

    LCSAJ coverage

    what is LCSAJ coverage? if any body know tell me some thing to me


  2. #2

    Re: LCSAJ coverage

    LCSAJ is one of the metric used in calculating the sequence of the code. LCSAJ is the abbreviated term for Linear Code Sequence And Jump

    LCSAJ consists of the following three items (conventionally identified by line numbers in a source code listing):
    a. the start of the linear sequence of executable statements,
    b. the end of the linear sequence,
    c. and the target line to which control flow is transferred at the end of the linear sequence.

    LCSAJ is a sequence of source code lines executed in sequence. This "linear" sequence can contain decisions as long as the control flow actually continues from one line to the next at run-time. Sub-paths are constructed by concatenating LCSAJs. Researchers refer to the coverage ratio of paths of length n LCSAJs as the test effectiveness ratio (TER) n+2.

    The advantage of this metric is that it is more thorough and avoids the exponential difficulty of path coverage.

    The disadvantage is that it does not avoid infeasible paths.

    Last edited by sridharrganesan; 12-05-2007 at 04:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact